sohami 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_r271104111
 
 

 ##########
 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:
   Minor comment. You can use: `EmbeddedQueryQueue.ENABLED` instead of again 
defining it here.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to