danny0405 commented on issue #13439:
URL: https://github.com/apache/hudi/issues/13439#issuecomment-2975912479

   @SML0127 Flink does not support inline clustering but only async plan 
scheduling for consistent-hashing, you need to execute the plan in a separate 
job.
   
   ```java
   hudiOptions.put(HoodieClusteringConfig.INLINE_CLUSTERING.key(), "true");
   ```


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

Reply via email to