Github user paul-rogers commented on a diff in the pull request:
https://github.com/apache/drill/pull/1129#discussion_r171315310
--- Diff: exec/java-exec/src/main/resources/drill-module.conf ---
@@ -421,7 +416,7 @@ drill.exec.options: {
drill.exec.storage.implicit.fqn.column.label: "fqn",
drill.exec.storage.implicit.suffix.column.label: "suffix",
drill.exec.testing.controls: "{}",
- drill.exec.memory.operator.output_batch_size : 33554432, # 32 MB
+ drill.exec.memory.operator.output_batch_size : 16777216, # 16 MB
--- End diff --
Thanks for making this adjustment.
---