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


##########
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:
   Why is it viewed as a breaking change? Would change in default value be that 
major?



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