hussein-awala commented on code in PR #39658:
URL: https://github.com/apache/airflow/pull/39658#discussion_r1602684146


##########
airflow/providers/apache/hive/hooks/hive.py:
##########
@@ -128,7 +128,7 @@ def get_connection_form_widgets(cls) -> dict[str, Any]:
             "principal": StringField(
                 lazy_gettext("Principal"), widget=BS3TextFieldWidget(), 
default="hive/[email protected]"
             ),
-            "high_availability": BooleanField(lazy_gettext("High 
Availability"), default=False),
+            "high_availability": BooleanField(lazy_gettext("High Availability 
Hive"), default=False),

Review Comment:
   What about:
   ```suggestion
               "high_availability": BooleanField(lazy_gettext("High 
Availability mode"), default=False),
   ```



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