sachouche commented on a change in pull request #1444: DRILL-6709: Extended the
batch stats utility to other operators
URL: https://github.com/apache/drill/pull/1444#discussion_r212842996
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/util/record/RecordBatchStats.java
##########
@@ -134,25 +135,66 @@ private boolean
isBatchStatsEnabledForOperator(FragmentContext context, Operator
}
}
+ /** Indicates whether a record batch is Input or Output */
+ public enum BatchIOType {
+ IS_INPUT,
+ IS_INPUT_RIGHT,
+ IS_INPUT_LEFT,
+ IS_OUTPUT,
+ IS_PASSTHROUGH
+ }
Review comment:
Made the changes.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services