Github user julienledem commented on a diff in the pull request: https://github.com/apache/drill/pull/283#discussion_r46225495 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/ops/FragmentContext.java --- @@ -465,6 +441,14 @@ public Executor getExecutor(){ return context.getExecutor(); } + public long getFragmentMemoryLimit() { + return allocator.getLimit(); + } + + public void setFragmentMemoryLimit(long value) { --- End diff -- getFragmentMemoryLimit and setFragmentMemoryLimit don't look like they are used anywhere. Let's just remove them.
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---