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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]