anuragmantri commented on PR #14948:
URL: https://github.com/apache/iceberg/pull/14948#issuecomment-4362568119

   > Out of curiosity would this fix/help rewrite_data_files of sorted 
files/partitions?
   
   @Hugo-WB - This is only a read side optimization for partitioned tables 
using the SparkScan. Rewrite data files uses a different staged file scan which 
bypasses this for more control of the shuffling and sorting. 
   
   I do have another change that uses the same K-way merge logic to do 
compactions. I will submit a PR for that soon. 


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to