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
Add ParquetAccessPlan, unify RowGroup selection and PagePruning selection (#10738)
* Add `ParquetAccessPlan` that describes which part of the parquet files to read
* Rename to RowGroupAccessPlanFilter
* Clarify when overall selection is needed
* Update documentation to exlain the relationship between scan/skip/selection
* Break early of the row selection is empty
0 commit comments