What is the problem the feature request solves?
When spilling occurs in native shuffle, Comet writes one spill file per partition. These files are then merged into the final file when shuffle completed.
Gluten combines spill data from multiple partitions into a single spill file. The data is ordered by partition. This results in fewer file handles and fewer metadata ops, which could be a benefit when using EBS for shuffle data.
Describe the potential solution
No response
Additional context
No response
What is the problem the feature request solves?
When spilling occurs in native shuffle, Comet writes one spill file per partition. These files are then merged into the final file when shuffle completed.
Gluten combines spill data from multiple partitions into a single spill file. The data is ordered by partition. This results in fewer file handles and fewer metadata ops, which could be a benefit when using EBS for shuffle data.
Describe the potential solution
No response
Additional context
No response