voonhous commented on issue #9130:
URL: https://github.com/apache/hudi/issues/9130#issuecomment-1622855244

   @ertanden A fix has been submitted for this recently to skip clustering for 
a single input filegroup.
   
   1. https://github.com/apache/hudi/pull/7159
   2. https://github.com/apache/hudi/pull/8347
   
   You will have to set these 2 configurations accordingly in order for this to 
take effect:
   
   ```
   hoodie.clustering.plan.strategy.single.group.clustering.enabled=false
   hoodie.clustering.plan.strategy.sort.columns="" 
   ```
   
   Note that `hoodie.clustering.plan.strategy.sort.columns` will need to be 
null or empty.
   
   
   p.s. I noticed that the configuration pages hasn't been updated, which is 
why this feature isn't documented in the official docsite.


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