danny0405 commented on code in PR #6566:
URL: https://github.com/apache/hudi/pull/6566#discussion_r964359395
##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/sink/clustering/HoodieFlinkClusteringJob.java:
##########
@@ -62,6 +64,8 @@ public class HoodieFlinkClusteringJob {
protected static final Logger LOG =
LoggerFactory.getLogger(HoodieFlinkClusteringJob.class);
+ private static final String NO_EXECUTE_CALL_KEYWORD = "The application
contains no execute() calls";
+
Review Comment:
We can simplified the keyword as `no execute` instead.
--
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]