[ 
https://issues.apache.org/jira/browse/DRILL-7155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16809652#comment-16809652
 ] 

ASF GitHub Bot commented on DRILL-7155:
---------------------------------------

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


> Create a standard logging message for batch sizes generated by individual 
> operators
> -----------------------------------------------------------------------------------
>
>                 Key: DRILL-7155
>                 URL: https://issues.apache.org/jira/browse/DRILL-7155
>             Project: Apache Drill
>          Issue Type: Task
>          Components: Execution - Relational Operators
>    Affects Versions: 1.16.0
>            Reporter: Robert Hou
>            Assignee: Robert Hou
>            Priority: Major
>
> QA reads log messages in drillbit.log to verify the sizes of data batches 
> generated by individual operators.  These log messages need to be 
> standardized so that each operator creates the same message.  This allows the 
> QA test framework to verify the information in each message.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to