allod opened a new pull request, #9561: URL: https://github.com/apache/iceberg/pull/9561
Fix for `SparkWriteConf` where Iceberg table has `write.distribution-mode=range` set in the table properties but MERGE operation incorrectly resolves distribution mode as `HASH` for partitioned tables instead of `RANGE`. It seems that the code branch for partitioned tables in `SparkWriteConf.copyOnWriteMergeDistributionMode` is no longer needed as this is already covered by `distributionMode()` -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org