yiguolei commented on code in PR #32637:
URL: https://github.com/apache/doris/pull/32637#discussion_r1536286480


##########
fe/fe-core/src/main/java/org/apache/doris/load/ExportJob.java:
##########
@@ -109,7 +109,7 @@ public class ExportJob implements Writable {
 
     private static final int MAXIMUM_TABLETS_OF_OUTFILE_IN_EXPORT = 
Config.maximum_tablets_of_outfile_in_export;
 
-    public static final String CONSISTENT_ALL = "all";

Review Comment:
   Does this have upgrade or down grade risk??
   For example , in old version user create a job and using CONSISTENT_ALL, 
then the property is persistent. And then upgrade to new version, will not find 
the related property key.



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