Github user sudheeshkatkam commented on a diff in the pull request:
https://github.com/apache/drill/pull/723#discussion_r97906465
--- Diff:
exec/java-exec/src/main/java/org/apache/drill/exec/util/filereader/BufferedDirectBufInputStream.java
---
@@ -43,7 +45,7 @@
private static final int DEFAULT_BUFFER_SIZE = 8192 * 1024; // 8 MiB
private static final int DEFAULT_TEMP_BUFFER_SIZE = 8192; // 8 KiB
- private static final int SMALL_BUFFER_SIZE = 64 * 1024; // 64 KiB
+ private static final int SMALL_BUFFER_SIZE = 256 * 1024; // 64 KiB
--- End diff --
fix comment
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---