pankajkoti commented on code in PR #32607:
URL: https://github.com/apache/airflow/pull/32607#discussion_r1266440222
##########
airflow/providers/apache/hive/provider.yaml:
##########
@@ -58,18 +59,9 @@ dependencies:
- apache-airflow-providers-common-sql>=1.3.1
- hmsclient>=0.1.0
- pandas>=0.17.1
- - pyhive[hive]>=0.6.0
- # in case of Python 3.9 sasl library needs to be installed with version
higher or equal than
- # 0.3.1 because only that version supports Python 3.9. For other Python
version pyhive[hive] pulls
- # the sasl library anyway (and there sasl library version is not relevant)
- - sasl>=0.3.1; python_version>="3.9"
+ - pyhive[hive_pure_sasl]>=0.7.1
Review Comment:
```suggestion
- pyhive[hive_pure_sasl]>=0.7.1.dev0
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]