yuseok89 commented on code in PR #63826:
URL: https://github.com/apache/airflow/pull/63826#discussion_r3016465339


##########
providers/apache/hive/provider.yaml:
##########
@@ -178,8 +179,10 @@ connection-types:
             - 'null'
           default: false
   - hook-class-name: airflow.providers.apache.hive.hooks.hive.HiveServer2Hook
+    hook-name: "Hive Client Wrapper"
     connection-type: hiveserver2
   - hook-class-name: airflow.providers.apache.hive.hooks.hive.HiveMetastoreHook
+    hook-name: "Hive Client Wrapper"
     connection-type: hive_metastore

Review Comment:
   Thanks for catching this.
   That was my mistake, and honestly a bit embarrassing on my side.
   I've gone through the provider `provider.yaml` files more thoroughly and 
fixed the remaining mismatches plus a few related typos.



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