langchao209 opened a new issue, #7541: URL: https://github.com/apache/iceberg/issues/7541
### Apache Iceberg version 1.2.0 ### Query engine Spark ### Please describe the bug 🐞 When over writing iceberg table with dynamic partitions, spark sql will generate an extra shuffle to partition data with the partition column. This can make all data processed by only one task when the partition is a single value. How can I disable this feature. However, org.apache.iceberg:iceberg-spark-runtime-3.3_2.12:1.1.0 is OK for me by default. -- 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.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