We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1cdaba commit 900e15fCopy full SHA for 900e15f
datafusion/core/tests/sql/information_schema.rs
@@ -701,6 +701,9 @@ async fn show_all() {
701
"| datafusion.execution.batch_size | 8192 |",
702
"| datafusion.execution.coalesce_batches | true |",
703
"| 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 |",
707
"| datafusion.execution.time_zone | UTC |",
708
"| datafusion.explain.logical_plan_only | false |",
709
"| datafusion.explain.physical_plan_only | false |",
0 commit comments