arina-ielchiieva commented on a change in pull request #1683: DRILL-6952: Host 
compliant text reader on the row set framework
URL: https://github.com/apache/drill/pull/1683#discussion_r264042156
 
 

 ##########
 File path: 
exec/java-exec/src/main/java/org/apache/drill/exec/planner/physical/visitor/ExcessiveExchangeIdentifier.java
 ##########
 @@ -196,7 +196,7 @@ public boolean isSingular() {
         return false;
       }
 
-      int suggestedWidth = (int) Math.ceil((maxRows+1)/targetSliceSize);
+      int suggestedWidth = (int) Math.ceil((maxRows+1) / targetSliceSize);
 
 Review comment:
   ```suggestion
         int suggestedWidth = (int) Math.ceil((maxRows + 1) / targetSliceSize);
   ```

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

Reply via email to