Github user Ben-Zvi commented on a diff in the pull request:
https://github.com/apache/drill/pull/808#discussion_r118365657
--- Diff:
exec/java-exec/src/main/java/org/apache/drill/exec/physical/config/ExternalSort.java
---
@@ -31,10 +31,12 @@
public class ExternalSort extends Sort {
static final org.slf4j.Logger logger =
org.slf4j.LoggerFactory.getLogger(ExternalSort.class);
+ public static final long DEFAULT_INIT_ALLOCATION = 20_000_000;
--- End diff --
The same name is used in AbstractBase. How about
DEFAULT_INIT_SORT_ALLOCATION instead ?
---
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.
---