-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
Bring back hive support for Python 3.11 #32607
Conversation
ah @pankajastro I saw yo ualso looked at this one :) |
It should be pyhive[hive_pure_sasl]>=0.7.1.dev0 |
Yeah. Seems like we have to combine the two :) |
239abef
to
1dbb95c
Compare
Updated. Also removed the "sasl" direct inclusion. Let's see :) |
yeah, actually because apache-hive provider (sasl )only. |
6e7cfa3
to
02fa709
Compare
ok. @mdeshmu - I updated the PR to the state as it should be merged when 0.7.1 final release is made. Let us know when the release happen and we will merge it then. |
bc28545
to
098c566
Compare
098c566
to
f10c301
Compare
PyHive 0.7.0 is released which includes Python 3.11 and SQLAlchemy 2.0 support. |
ae5ff89
to
ded4490
Compare
Seems that `pyhive 0.7.0 has been released and we can bring back Hive support for Python 3.11 finally |
ded4490
to
1f5ea3a
Compare
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
No need for 2.7.1 milestone it will be part of provider release cycle
We will actually need it in 2.7 branch/when we prepare 2.7.1 release. We need to sync provider dependencies when we add a new provider (and this will need to be cherry-picked). The thing is that This is why I marked it with 2.7.1 - so that it gets cherry-picked there. |
1f5ea3a
to
8d61724
Compare
Update airflow/providers/apache/hive/CHANGELOG.rst Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
8d61724
to
b08dc5e
Compare
Just flakes. |
Update airflow/providers/apache/hive/CHANGELOG.rst Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com> (cherry picked from commit 08188f8)
^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named
{pr_number}.significant.rst
or{issue_number}.significant.rst
, in newsfragments.