Github user parthchandra commented on a diff in the pull request: https://github.com/apache/drill/pull/283#discussion_r46379766 --- 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 -- Second that. set/getFragmentMemoryLimit are no longer used and can be removed.
--- 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. ---