zhangyue19921010 commented on a change in pull request #3259:
URL: https://github.com/apache/hudi/pull/3259#discussion_r676258087
##########
File path:
hudi-utilities/src/main/java/org/apache/hudi/utilities/HoodieClusteringJob.java
##########
@@ -49,6 +51,9 @@
private transient FileSystem fs;
private TypedProperties props;
private final JavaSparkContext jsc;
+ private static final String EXECUTE = "execute";
+ private static final String SCHEDULE = "schedule";
+ private static final String SCHEDULE_AND_EXECUTE = "scheduleandexecute";
Review comment:
emmmm, reasons for using all lowercase is that we use `switch
(cfg.runningMode.toLowerCase()) {xxx}` to do switch, so that users can use
--mode scheduleAndExecute/scehduleANDEXECUTE/SCHEDULEandEXECUTE, etc
--
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]