Skip to content

Commit

Permalink
build(ingest/hive): Update thrift pin
Browse files Browse the repository at this point in the history
  • Loading branch information
asikowitz committed Oct 5, 2023
1 parent 3cede10 commit 57f0f7d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions metadata-ingestion/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,10 @@
# - 0.6.14 uses pure-sasl instead of sasl so it builds on Python 3.11
"acryl-pyhive[hive_pure_sasl]==0.6.14",
# As per https://github.com/datahub-project/datahub/issues/8405
# and https://github.com/dropbox/PyHive/issues/417, new versions
# of thrift break PyHive's hive+http transport.
"thrift<0.14.0",
# and https://github.com/dropbox/PyHive/issues/417, version 0.15.0
# of thrift broke PyHive's hive+http transport.
# Fixed by https://github.com/apache/thrift/pull/2491 in version 0.17.0.
"thrift>=0.17.0",
}

microsoft_common = {"msal==1.22.0"}
Expand Down

0 comments on commit 57f0f7d

Please sign in to comment.