Skip to content

Commit 900e15f

Browse files
committed
Update tests
1 parent f1cdaba commit 900e15f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

datafusion/core/tests/sql/information_schema.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -701,6 +701,9 @@ async fn show_all() {
701701
"| datafusion.execution.batch_size | 8192 |",
702702
"| datafusion.execution.coalesce_batches | true |",
703703
"| datafusion.execution.coalesce_target_batch_size | 4096 |",
704+
"| datafusion.execution.parquet.enable_page_index | false |",
705+
"| datafusion.execution.parquet.pushdown_filters | false |",
706+
"| datafusion.execution.parquet.reorder_filters | false |",
704707
"| datafusion.execution.time_zone | UTC |",
705708
"| datafusion.explain.logical_plan_only | false |",
706709
"| datafusion.explain.physical_plan_only | false |",

0 commit comments

Comments
 (0)