bk-mz opened a new pull request, #9945: URL: https://github.com/apache/iceberg/pull/9945
The SparkBinPackPositionDeletesRewriter module disables Adaptive Query Execution (AQE) to correct issues with partitioning. However, if the parent Spark session is configured with a `spark.sql.shuffle.partitions` value not equal to 1, this can lead to the creation of multiple delete files, rather than a single file. To address this issue, enforce setting sql.shuffle.partitions to 1. Fixes https://github.com/apache/iceberg/issues/9833 -- 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