eladkal commented on code in PR #38763:
URL: https://github.com/apache/airflow/pull/38763#discussion_r1553274933


##########
airflow/providers/apache/hive/hooks/hive.py:
##########
@@ -126,7 +126,7 @@ def get_connection_form_widgets(cls) -> dict[str, Any]:
         from wtforms import BooleanField, StringField
 
         return {
-            "use_beeline": BooleanField(lazy_gettext("Use Beeline"), 
default=False),
+            "use_beeline": BooleanField(lazy_gettext("Use Beeline"), 
default=True),

Review Comment:
   This requires major release as it consider a breaking change isn't it?



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to