-
Notifications
You must be signed in to change notification settings - Fork 414
Fix kerberized hive client #1941
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
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 |
e0ca31d to
6dc1378
Compare
|
@kevinjqliu can confirm that with this fix I can no longer reproduce the issue. |
tests/catalog/test_hive.py
Outdated
| except Exception: | ||
| logging.exception( | ||
| "An error occurred while responding to client", | ||
| ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That works for me 👍
|
Thanks for confirming @mnzpk |
Fokko
left a comment
There was a problem hiding this 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 😀
559bc6d to
da0a62a
Compare
<!--
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>
<!--
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>
<!--
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>
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?