Skip to content

Support push_batch_with_filter in LimitedBatchCoalescer / FilterExec #19876

@Dandandan

Description

@Dandandan

Is your feature request related to a problem or challenge?

Currently, the BatchCoalescer::push_batch is used for writing batches to a target batch size.

In of apache/arrow-rs#8951 we're writing a faster kernel for filtering that avoids creating small batches / copying the data once more.

Describe the solution you'd like

Use the API in filter / LimitedBatchCoalescer

Describe alternatives you've considered

No response

Additional context

6e1c407 has a PoC version

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestperformanceMake DataFusion faster

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions