morningman commented on code in PR #28188:
URL: https://github.com/apache/doris/pull/28188#discussion_r1423529364


##########
fe/fe-core/src/main/java/org/apache/doris/datasource/property/constants/HMSProperties.java:
##########
@@ -27,6 +27,7 @@ public class HMSProperties {
     public static final String HIVE_VERSION = "hive.version";
     // required
     public static final String HIVE_METASTORE_URIS = "hive.metastore.uris";
+    public static final String HIVE_META_TYPE = "hive.meta_type";

Review Comment:
   ```suggestion
       public static final String HIVE_METASTORE_TYPE = "hive.metastore.type";
   ```



-- 
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...@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to