vinothchandar commented on issue #2484:
URL: https://github.com/apache/hudi/issues/2484#issuecomment-767157639


   No, I mean the sorting Hudi internally does that you mentioned before. So 
this is not even configurable for row writing. So all good. That should explain 
the extra time `(21-15)`
   
   ```
       return colOrderedDataset
           .sort(functions.col(HoodieRecord.PARTITION_PATH_METADATA_FIELD), 
functions.col(HoodieRecord.RECORD_KEY_METADATA_FIELD))
           .coalesce(config.getBulkInsertShuffleParallelism());
   ```


----------------------------------------------------------------
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:
[email protected]


Reply via email to