Skip to content

Substrait support for propagating TableScan.filters to Substrait ReadRel #14193

Description

@jamxia155

Is your feature request related to a problem or challenge?

Substrait producer currently does not propagate TableScan.filters into Substrait ReadRel. This results in loss of filter predicate pushdown information for Substrait consumers.

Describe the solution you'd like

Take the intersection of each condition in TableScan.filters and save to ReadRel.best_effort_filter.

Describe alternatives you've considered

No response

Additional context

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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