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_r212843079
##########
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 {
Review comment:
Renamed the enum to RecordBatchIOType; I want to include the IO keyword to
avoid conflating this enum type with data type.
----------------------------------------------------------------
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