aokolnychyi opened a new pull request, #6828: URL: https://github.com/apache/iceberg/pull/6828
This PR changes the default distribution modes in Spark 3.3. - Default distribution mode for partitioned but unsorted tables in INSERT is HASH (instead of NONE). - Default distribution mode for partitioned but unsorted tables in CoW MERGE is HASH (instead of NONE). - Default distribution mode for partitioned and sorted tables in CoW MERGE is HASH (instead of RANGE). - Default distribution mode for MoR MERGE is always HASH (instead of relying on write distribution). Fixes #6679. -- 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]
