-
Notifications
You must be signed in to change notification settings - Fork 13.9k
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
Test pure sasl with hive python 3.11 #24155
Test pure sasl with hive python 3.11 #24155
Conversation
Codecov Report
@@ Coverage Diff @@
## master #24155 +/- ##
=======================================
Coverage 68.93% 68.93%
=======================================
Files 1904 1904
Lines 73878 73890 +12
Branches 8119 8119
=======================================
+ Hits 50927 50938 +11
- Misses 20840 20841 +1
Partials 2111 2111
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 2 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@mdeshmu would you mind filling out the PR summary so reviewers can better grok the intention for the change? |
@john-bodley sorry for inconvenience. Added the summary. |
SUMMARY
Superset PyHive tests are failing in PY 3.11, due to incompatibility issues with sasl lib. This PR is to check the the fix I raised for PyHive at
dropbox/PyHive#454
Note: This PR is just for testing purpose and will be closed once PyHive PR is merged.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION