VitoMakarevich commented on issue #10964:
URL: https://github.com/apache/hudi/issues/10964#issuecomment-2051734341

   I managed to do it with
   
[hoodie.clustering.updates.strategy](https://hudi.apache.org/docs/configurations/#hoodieclusteringupdatesstrategy)
 -> org.apache.hudi.client.clustering.update.strategy.SparkAllowUpdateStrategy 
(non-default)
   
[hoodie.clustering.rollback.pending.replacecommit.on.conflict](https://hudi.apache.org/docs/configurations/#hoodieclusteringrollbackpendingreplacecommitonconflict)
 -> true(non-default)
   
   The precondition is that your write should affect clustered partitions, 
otherwise nothing will happen.
   
   Unfortunately, I don't see any other way to do it(without copypasting some 
Hudi internals which looks risky for many users).


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