danny0405 commented on a change in pull request #4420: URL: https://github.com/apache/hudi/pull/4420#discussion_r773687455
########## File path: hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieClusteringConfig.java ########## @@ -143,6 +143,12 @@ .withDocumentation("Determines how to handle updates, deletes to file groups that are under clustering." + " Default strategy just rejects the update"); + public static final ConfigProperty<String> ASYNC_CLUSTERING_SCHEDULE = ConfigProperty + .key("hoodie.clustering.schedule.async") + .defaultValue("false") + .withDocumentation("When set to true, clustering service will be attempted for scheduling after each write. Users have to ensure " + + "they have a separate job to run async clustering(execution) for the one scheduled by this writer"); Review comment: `CLUSTERING_SCHEDULE_ASYNC` seems 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: commits-unsubscr...@hudi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org