HanumathRao commented on a change in pull request #1725: DRILL-7146: Query failing with NPE when ZK queue is enabled. URL: https://github.com/apache/drill/pull/1725#discussion_r271437936
########## File path: exec/java-exec/src/test/java/org/apache/drill/exec/planner/rm/TestMemoryCalculator.java ########## @@ -59,6 +59,7 @@ private static final long DEFAULT_SLICE_TARGET = 100000L; private static final long DEFAULT_BATCH_SIZE = 16*1024*1024; + private static final String ENABLE_QUEUE = "drill.exec.queue.embedded.enable"; Review comment: I have updated the test case. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
