Commit 7fafd34
fix CI: update tests for OptionalFilterPhysicalExpr wrap and coalesced parquet ranges
Two CI failures left over from recent commits on this branch:
- test_discover_dynamic_filters_via_expressions_api: `cae5fe605` wrapped
the probe-side dynamic filter in `OptionalFilterPhysicalExpr`, so the
test's `downcast_ref::<DynamicFilterPhysicalExpr>` saw only the
build-side filter (1 instead of 2). Also unwrap the optional wrapper
before counting.
- query_single_parquet_file_with_single_predicate and
query_single_parquet_file_multi_row_groups_multiple_predicates: the
dynamic projection-mask commit (`ada04723f`) coalesces per-page range
requests into per-column-chunk ranges (same byte totals, fewer
sub-ranges per GET). Update snapshots to the coalesced ranges; matches
the pattern already in the no-predicate `query_single_parquet_file`
snapshot.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 9267518 commit 7fafd34
2 files changed
Lines changed: 15 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
904 | 904 | | |
905 | 905 | | |
906 | 906 | | |
907 | | - | |
| 907 | + | |
908 | 908 | | |
909 | 909 | | |
910 | 910 | | |
| |||
928 | 928 | | |
929 | 929 | | |
930 | 930 | | |
931 | | - | |
932 | | - | |
| 931 | + | |
| 932 | + | |
933 | 933 | | |
934 | 934 | | |
935 | 935 | | |
| |||
Lines changed: 12 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2952 | 2952 | | |
2953 | 2953 | | |
2954 | 2954 | | |
| 2955 | + | |
2955 | 2956 | | |
2956 | 2957 | | |
2957 | 2958 | | |
2958 | 2959 | | |
2959 | 2960 | | |
2960 | | - | |
| 2961 | + | |
| 2962 | + | |
| 2963 | + | |
2961 | 2964 | | |
2962 | | - | |
| 2965 | + | |
| 2966 | + | |
| 2967 | + | |
| 2968 | + | |
| 2969 | + | |
| 2970 | + | |
| 2971 | + | |
| 2972 | + | |
2963 | 2973 | | |
2964 | 2974 | | |
2965 | 2975 | | |
| |||
0 commit comments