morningman commented on code in PR #17706:
URL: https://github.com/apache/doris/pull/17706#discussion_r1134229250
##########
fe/fe-common/src/main/java/org/apache/doris/common/Config.java:
##########
@@ -2057,7 +2057,14 @@ public class Config extends ConfigBase {
@ConfField(mutable = false, masterOnly = false)
public static String mysql_load_server_secure_path = "";
+
@ConfField(mutable = false, masterOnly = false)
public static int mysql_load_thread_pool = 4;
+
+ /**
+ * Temp config. Flag to set use InputFormat.getSplits or use the code in
doris.
+ */
+ @ConfField(mutable = true)
+ public static boolean enable_self_splitter = false;
Review Comment:
It should be a property of catalog, not a config
--
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]