bvaradar commented on issue #1902:
URL: https://github.com/apache/hudi/issues/1902#issuecomment-668092687


   If you want ordering based on day during initial bootstrap, you can use 
bulkInsert but you need to define your record key such that the day column is 
the prefix for it to be clustered. You can try using complex Key Generator with 
recordkey being : "day_col,auto_incr_col"


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to