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 e31e655 commit 51d3ac2Copy full SHA for 51d3ac2
src/query/mod.rs
@@ -91,9 +91,7 @@ impl Query {
91
let mut config = SessionConfig::default()
92
.with_parquet_pruning(true)
93
.with_prefer_existing_sort(true)
94
- .with_batch_size(1000000)
95
- .with_coalesce_batches(true);
96
-
+ .with_batch_size(1000000);
97
// For more details refer https://datafusion.apache.org/user-guide/configs.html
98
99
// Pushdown filters allows DF to push the filters as far down in the plan as possible
0 commit comments