yiguolei commented on a change in pull request #8701:
URL: https://github.com/apache/incubator-doris/pull/8701#discussion_r836998719



##########
File path: fe/fe-core/src/main/java/org/apache/doris/common/Config.java
##########
@@ -1650,4 +1634,10 @@
      */
     @ConfField(mutable = true)
     public static boolean skip_compaction_slower_replica = true;
+
+    /**
+     * Mini load operation is disabled by default
+     */
+    public static boolean disable_mini_load = true;

Review comment:
       Missing @ConfField?




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

Reply via email to