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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]