[BUG][SPARK-49839][SQL] SPJ: Skip shuffles if possible for sorts #11935
Labels
audit_4.0.0
Audit related tasks for 4.0.0
bug
Something isn't working
performance
A performance related task/issue
Describe the bug
Spark is trying to improve iceberg/delta lake query performance where the data may have already been partitioned properly that a shuffle is not needed for an order by operation. I am not sure if this is going to impact us directly or not. I don't think we support iceberg on spark 4.0.0 yet. But we do support delta lake so it might be related in some ways. Hard to tell.
apache/spark@d2965ae99aa
The text was updated successfully, but these errors were encountered: