You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After WRITE ORDERED BY is set in the Iceberg table, Spark will generate an additional layer of Job tasks and no shuffle is generated. Is this a bug?
#12268
Open
3 tasks done
SGITLOGIN opened this issue
Feb 14, 2025
· 0 comments
After WRITE ORDERED BY is set in the Iceberg table, Spark will generate an additional layer of Job tasks and no shuffle is generated, this will cause the data to be read one more time and the scan time to double. Is this a bug?
Apache Iceberg version
1.6.1
Query engine
Spark 3.4.2
Please describe the bug 🐞
Question
The reproduction process is as follows
Create table
Add sort field
Insert
Spark execution process
Spark WebUI Physical Plan
Willingness to contribute
The text was updated successfully, but these errors were encountered: