Skip to content

Conversation

@kevinjqliu
Copy link
Contributor

@kevinjqliu kevinjqliu commented Apr 21, 2025

Closes #1744 (second try)

Rationale for this change

First try (#1747) did not fully resolve the issue. See #1747 (review)

Are these changes tested?

yes

Are there any user-facing changes?

@kevinjqliu kevinjqliu marked this pull request as ready for review April 21, 2025 17:19
@kevinjqliu
Copy link
Contributor Author

kevinjqliu commented Apr 21, 2025

Thanks for following up @mnzpk, really appreciate it. I incorporated the tests in this PR as well. Please give it a try and let me know if that fully resolves the issue

@kevinjqliu kevinjqliu added this to the PyIceberg 0.9.1 milestone Apr 21, 2025
@mnzpk
Copy link
Contributor

mnzpk commented Apr 21, 2025

@kevinjqliu can confirm that with this fix I can no longer reproduce the issue.

Comment on lines 223 to 226
except Exception:
logging.exception(
"An error occurred while responding to client",
)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
except Exception:
logging.exception(
"An error occurred while responding to client",
)
except Exception:
pass

This creates a lot of noise in tests, perhaps we can just skip it since we're not testing for this functionality

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That works for me 👍

@kevinjqliu kevinjqliu requested a review from Fokko April 21, 2025 23:24
@kevinjqliu
Copy link
Contributor Author

Thanks for confirming @mnzpk

Copy link
Contributor

@Fokko Fokko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM @kevinjqliu Thanks for adding the tests. Can you resolve the conflicts? This should be fun to cherry-pick to pyiceberg-0.9.x 😀

@kevinjqliu kevinjqliu merged commit d8fcb04 into main Apr 22, 2025
7 checks passed
@kevinjqliu kevinjqliu deleted the hive-client-tests branch April 22, 2025 17:12
@kevinjqliu
Copy link
Contributor Author

Thanks for the review @Fokko and thanks for following up on this issue @mnzpk

Fokko pushed a commit that referenced this pull request Apr 25, 2025
<!--
Thanks for opening a pull request!
-->

<!-- In the case this PR will resolve an issue, please replace
${GITHUB_ISSUE_ID} below with the actual Github issue id. -->
<!-- Closes #${GITHUB_ISSUE_ID} -->

Closes #1744 (second try)

First try (#1747) did not fully resolve the issue. See
#1747 (review)

yes

<!-- In the case of user-facing changes, please add the changelog label.
-->

---------

Co-authored-by: mnzpk <84433140+mnzpk@users.noreply.github.com>
gabeiglio pushed a commit to Netflix/iceberg-python that referenced this pull request Aug 13, 2025
<!--
Thanks for opening a pull request!
-->

<!-- In the case this PR will resolve an issue, please replace
${GITHUB_ISSUE_ID} below with the actual Github issue id. -->
<!-- Closes #${GITHUB_ISSUE_ID} -->

Closes apache#1744 (second try) 

# Rationale for this change
First try (apache#1747) did not fully resolve the issue. See
apache#1747 (review)

# Are these changes tested?
yes

# Are there any user-facing changes?

<!-- In the case of user-facing changes, please add the changelog label.
-->

---------

Co-authored-by: mnzpk <84433140+mnzpk@users.noreply.github.com>
MoIMC pushed a commit to imc-trading/iceberg-python that referenced this pull request Dec 11, 2025
<!--
Thanks for opening a pull request!
-->

<!-- In the case this PR will resolve an issue, please replace
${GITHUB_ISSUE_ID} below with the actual Github issue id. -->
<!-- Closes #${GITHUB_ISSUE_ID} -->

Closes apache#1744 (second try)

First try (apache#1747) did not fully resolve the issue. See
apache#1747 (review)

yes

<!-- In the case of user-facing changes, please add the changelog label.
-->

---------

Co-authored-by: mnzpk <84433140+mnzpk@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SASL negotiation fails when invoking multiple methods on pyiceberg.catalog.hive.HiveCatalog

3 participants