rhou1 commented on a change in pull request #1716: DRILL-7155: Create a 
standard logging message for batch sizes generated by indivi…
URL: https://github.com/apache/drill/pull/1716#discussion_r272047059
 
 

 ##########
 File path: 
exec/java-exec/src/main/java/org/apache/drill/exec/util/record/RecordBatchStats.java
 ##########
 @@ -271,6 +271,19 @@ public static String printAllocatorStats(BufferAllocator 
allocator) {
     return msg.toString();
   }
 
+  /**
+   * Prints the configured batch size
+   *
+   * @param batchStatsContext batch stats context object
+   * @param batchSize contains the configured batch size
+   */
+  public static void printConfiguredBatchSize(RecordBatchStatsContext 
batchStatsContext,
+    int batchSize) {
+
 
 Review comment:
   Done.

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