nsivabalan commented on issue #3499:
URL: https://github.com/apache/hudi/issues/3499#issuecomment-930269121


   @codejoyan : whats the key generator you are using? Can you confirm you are 
setting those params (key gen, record key, partition path) while setting these 
clustering configs as well. 
   because, from stack trace this is what I see. 
   Since you don't set any value for 
"hoodie.clustering.plan.strategy.sort.columns", we resot to using built in 
BulkInsertSort mode. by default we do global sorting here depending on 
(partition path, record key) pair. 
   
   Alternatively, can you give it a shot by setting 
"hoodie.clustering.plan.strategy.sort.columns" to record key field may be. We 
can see how that pans out. 
   


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


Reply via email to