ilooner commented on a change in pull request #1415: DRILL-6656: Disallow extra 
semicolons in import statements.
URL: https://github.com/apache/drill/pull/1415#discussion_r209085677
 
 

 ##########
 File path: 
exec/java-exec/src/main/java/org/apache/drill/exec/physical/config/HashAggregate.java
 ##########
 @@ -104,6 +104,6 @@ public void setMaxAllocation(long maxAllocation) {
   public boolean isBufferedOperator(QueryContext queryContext) {
     // In case forced to use a single partition - do not consider this a 
buffered op (when memory is divided)
     return queryContext == null ||
-      1 < 
(int)queryContext.getOptions().getOption(ExecConstants.HASHAGG_NUM_PARTITIONS_VALIDATOR)
 ;
+      1 < 
(int)queryContext.getOptions().getOption(ExecConstants.HASHAGG_NUM_PARTITIONS_VALIDATOR);
 
 Review comment:
   done

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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