Skip to content

Improve test coverage for spilling (memory-limited) sort/aggregation/sort-merge-join #13431

@2010YOUY01

Description

@2010YOUY01

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:

  1. 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
  2. Add integration test to make sure physical memory usage respects to configured memory limits
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions