WinkerDu commented on code in PR #17633:
URL: https://github.com/apache/doris/pull/17633#discussion_r1133381134


##########
fe/fe-common/src/main/java/org/apache/doris/common/Config.java:
##########
@@ -1998,6 +1998,12 @@ public class Config extends ConfigBase {
     @ConfField(masterOnly = true)
     public static int hms_events_polling_interval_ms = 10000;
 
+    /**
+     * Regex pattern of HMS databases synchronization, empty string means 
synchronizing all databases.
+     */
+    @ConfField(mutable = true, masterOnly = true)
+    public static String hms_sync_database_pattern = "";

Review Comment:
   @morningman This config is only for `HMSExternalCatalog`, maybe it's already 
a property of a certain Catalog. Can you further clarify your point for me?



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