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
[SPARK-52741][SQL] RemoveFiles ShuffleCleanup mode doesnt work with non-adaptive execution
### What changes were proposed in this pull request?
Currently, shuffle cleanup only works for adaptive execution plans. Non-adaptive execution plans are not cleaned up. Thing change cleans it.
### Why are the changes needed?
- To cleanup shuffle files of non-adaptive query executions
- Consistency in behavior between adaptive and non-adaptive shuffle cleanup based on the cleanup mode
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Modified existing unit tests to cover this case
### Was this patch authored or co-authored using generative AI tooling?
No
Closes#51432 from karuppayya/SPARK-52741.
Lead-authored-by: Karuppayya Rajendran <[email protected]>
Co-authored-by: Karuppayya Rajendran <[email protected]>
Signed-off-by: Wenchen Fan <[email protected]>
0 commit comments