wxplovecc commented on code in PR #357: URL: https://github.com/apache/flink-table-store/pull/357#discussion_r1018875597
########## flink-table-store-core/src/main/java/org/apache/flink/table/store/CatalogOptions.java: ########## @@ -49,6 +49,12 @@ private CatalogOptions() {} .noDefaultValue() .withDescription("Uri of metastore server."); + public static final ConfigOption<Boolean> HMS_EXTERNAL = + ConfigOptions.key("hms.external") Review Comment: @SteNicholas Thanks for review, updated -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org