amogh-jahagirdar opened a new pull request, #5316: URL: https://github.com/apache/iceberg/pull/5316
Currently in the MPU logic, the parts are sorted when completing the upload, which is not necessary. Sorting can be removed; this is more to simplify the code a bit, from a performance perspective sorting is likely negligible in most practical cases. Assume a 1 GB object and 32 mb part sizes, it's basically sorting only 32 elements, which is negligible -- 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]
