You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem or challenge?
When pushdown_filters is enabled, DF should be able to eliminate the subsequent filter.
When enabling the option for tpc-h benchmark, the FilterExec and l_shipdate projection is still present in the plans.
Is your feature request related to a problem or challenge?
When
pushdown_filters
is enabled, DF should be able to eliminate the subsequent filter.When enabling the option for tpc-h benchmark, the
FilterExec
andl_shipdate
projection is still present in the plans.For example query 3 we can see the filter:
Describe the solution you'd like
Remove the filter when.
We probably need to make some changes to
TableProvider
FileFormat
to support removing the filter based on the file format.Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: