kaxil opened a new pull request #13471:
URL: https://github.com/apache/airflow/pull/13471


   `thrift` is a dependency for Apache Hive and it is not required by Core 
Airflow:
   
   ```
   airflow/providers/apache/hive/hooks/hive.py:489:        # This is for 
pickling to work despite the thrift hive client not
   airflow/providers/apache/hive/hooks/hive.py:500:        """Returns a Hive 
thrift client."""
   airflow/providers/apache/hive/hooks/hive.py:502:        from thrift.protocol 
import TBinaryProtocol
   airflow/providers/apache/hive/hooks/hive.py:503:        from 
thrift.transport import TSocket, TTransport
   airflow/providers/apache/hive/hooks/hive.py:531:            from thrift_sasl 
import TSaslClientTransport
   airflow/providers/apache/hive/sensors/hive_partition.py:41:    :param 
metastore_conn_id: reference to the metastore thrift service
   airflow/providers/apache/hive/sensors/metastore_partition.py:28:    queries 
generated by the Metastore thrift service when hitting
   airflow/providers/apache/hive/sensors/named_hive_partition.py:36:    :param 
metastore_conn_id: reference to the metastore thrift service
   ```
   
   <!--
   Thank you for contributing! Please make sure that your code changes
   are covered with tests. And in case of new features or big changes
   remember to adjust the documentation.
   
   Feel free to ping committers for the review!
   
   In case of existing issue, reference it using one of the following:
   
   closes: #ISSUE
   related: #ISSUE
   
   How to write a good git commit message:
   http://chris.beams.io/posts/git-commit/
   -->
   
   ---
   **^ Add meaningful description above**
   
   Read the **[Pull Request 
Guidelines](https://github.com/apache/airflow/blob/master/CONTRIBUTING.rst#pull-request-guidelines)**
 for more information.
   In case of fundamental code change, Airflow Improvement Proposal 
([AIP](https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Improvements+Proposals))
 is needed.
   In case of a new dependency, check compliance with the [ASF 3rd Party 
License Policy](https://www.apache.org/legal/resolved.html#category-x).
   In case of backwards incompatible changes please leave a note in 
[UPDATING.md](https://github.com/apache/airflow/blob/master/UPDATING.md).
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to