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
Currently, both the default and sync engines ignore the predicate hint passed to read_parquet_files. Implement predicate pushdown to filter data inside the default and sync engines.
Implement tests to validate that the P&M predicate from this PR correctly filters the data. This may require introducing and tracking some metrics.
The text was updated successfully, but these errors were encountered:
OussamaSaoudi-db
changed the title
Implement and test predicate pushdown in engines
Implement and test predicate pushdown for parquet in engines
Sep 19, 2024
Currently, both the default and sync engines ignore the predicate hint passed to
read_parquet_files
. Implement predicate pushdown to filter data inside the default and sync engines.Implement tests to validate that the P&M predicate from this PR correctly filters the data. This may require introducing and tracking some metrics.
The text was updated successfully, but these errors were encountered: