Taragolis commented on code in PR #38863:
URL: https://github.com/apache/airflow/pull/38863#discussion_r1558048703


##########
airflow/providers/apache/hive/CHANGELOG.rst:
##########
@@ -38,12 +38,29 @@ Changed the default value of ``use_beeline`` in hive cli 
connection to True.
 Beeline will be always enabled by default in this connection type.
 
 Removed deprecated parameter ``authMechanism`` from HiveHook and dependent 
operators.
-Use the already existing ``auth_mechanism`` instead in your ``extra``.
+Use ``auth_mechanism`` instead in your ``extra``.
 
-Removed the method ``get_hook`` from hive operator. Use the ``hook`` property 
instead.
+HiveOperator: Removed the method ``get_hook``  in favor of ``hook`` property 
instead.
 
-Removed the deprecated ``col_blacklist`` property from 
HiveStatsCollectionOperator.
-Please rename it to ``excluded_columns`` instead.
+HiveStatsCollectionOperator: Removed the deprecated ``col_blacklist`` in favor 
of ``excluded_columns``.
+
+* ``Setting use_beeline by default for hive cli connection (#38763)``
+* ``Removing deprecated code in hive provider (#38859)``
+
+Features
+~~~~~~~~
+
+* ``Adding support to hive hook for high availability Hive installations 
(#38651)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix deprecated apache.hive operators arguments in 'MappedOperator' 
(#38351)``

Review Comment:
   This fix around deprecated code not relevant anymore after it removed into 
the #38859



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

Reply via email to