Skip to content

Commit

Permalink
update configs and fix sqllogictest
Browse files Browse the repository at this point in the history
  • Loading branch information
devinjdangelo committed Sep 26, 2023
1 parent aa38d0a commit 05f225d
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 65 deletions.
4 changes: 3 additions & 1 deletion datafusion/sqllogictest/test_files/information_schema.slt
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ datafusion.execution.batch_size 8192
datafusion.execution.coalesce_batches true
datafusion.execution.collect_statistics false
datafusion.execution.meta_fetch_concurrency 32
datafusion.execution.parquet.allow_single_file_parallelism false
datafusion.execution.parquet.allow_single_file_parallelism true
datafusion.execution.parquet.bloom_filter_enabled false
datafusion.execution.parquet.bloom_filter_fpp NULL
datafusion.execution.parquet.bloom_filter_ndv NULL
Expand All @@ -166,6 +166,8 @@ datafusion.execution.parquet.enable_page_index true
datafusion.execution.parquet.encoding NULL
datafusion.execution.parquet.max_row_group_size 1048576
datafusion.execution.parquet.max_statistics_size NULL
datafusion.execution.parquet.maximum_buffered_record_batches_per_stream 200
datafusion.execution.parquet.maximum_parallel_row_group_writers 16
datafusion.execution.parquet.metadata_size_hint NULL
datafusion.execution.parquet.pruning true
datafusion.execution.parquet.pushdown_filters false
Expand Down
Loading

0 comments on commit 05f225d

Please sign in to comment.