[FEA] (Discussion) Shall we push down the filter to cudf ParquetReader ? #11881
Labels
cudf_dependency
An issue or PR with this label depends on a new feature in cudf
feature request
New feature or request
Is your feature request related to a problem? Please describe.
This is just an early stage discussion without any specific plan.
Currently, cuDF Parquet Reader supports reading with filter expressions(https://github.com/rapidsai/cudf/blob/branch-25.02/cpp/include/cudf/io/parquet.hpp#L251). Although the filter pushdown does NOT seem to help on diminishing the cost of materialization through row-level read skipping, it might still be helpful as the prerequisite of the potential upcoming feature: pruning the FilterExec and following CoalescingBatchExec if all filters can be pushed down.
The text was updated successfully, but these errors were encountered: