Is your feature request related to a problem or challenge?
Now DataFusion supports spilling for memory-limited sort/aggregation/sort-merge-join operators. In order to stabilize those features #13123, more tests should be added.
The high-level objectives are:
- Memory limit stress tests for related operators: Run queries with large memory consumption (sorting a large relational table for example), and use minimal possible memory limit to let them run successfully
- Add integration test to make sure physical memory usage respects to configured memory limits
- Add fuzz tests to ensure the correctness of memory-limited queries (spilled and in-memory execution should return equivalent results)
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response