Commit ee647df
committed
test: preserve pre-flip pushdown_filters=false for tests asserting FilterExec-above-scan plans
Three tests captured their expected plans / metrics with pushdown_filters=false
default. After flipping that default to true they need to explicitly set the
option back for their scope:
- parquet::filter_pushdown::predicate_cache_default: config the SessionContext
with pushdown_filters=false so the cache-usage assertion (0/0) still holds
- sqllogictest/clickbench.slt: SET pushdown_filters=false around the whole
file (RESET at end) so ClickBench EXPLAIN plans stay intact
- sqllogictest/dynamic_filter_pushdown_config.slt: SET pushdown_filters=false
for the default section at the top; the file already SETs true later for
the second half — pair it with a RESET at the tail1 parent 85a9e82 commit ee647df
3 files changed
Lines changed: 24 additions & 2 deletions
File tree
- datafusion
- core/tests/parquet
- sqllogictest/test_files
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
619 | 619 | | |
620 | 620 | | |
621 | 621 | | |
622 | | - | |
623 | | - | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
624 | 628 | | |
625 | 629 | | |
626 | 630 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
27 | 33 | | |
28 | 34 | | |
29 | 35 | | |
| |||
1238 | 1244 | | |
1239 | 1245 | | |
1240 | 1246 | | |
| 1247 | + | |
| 1248 | + | |
| 1249 | + | |
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
24 | 30 | | |
25 | 31 | | |
26 | 32 | | |
| |||
879 | 885 | | |
880 | 886 | | |
881 | 887 | | |
| 888 | + | |
| 889 | + | |
| 890 | + | |
0 commit comments