lw309637554 commented on a change in pull request #3259:
URL: https://github.com/apache/hudi/pull/3259#discussion_r675267730
##########
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:
is scheduleandexecute -> scheduleAndExecute better?
--
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]