arina-ielchiieva commented on a change in pull request #1935: DRILL-7483: Add
support for 12 and 13 java versions
URL: https://github.com/apache/drill/pull/1935#discussion_r358338739
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/validate/BatchValidator.java
##########
@@ -173,6 +173,10 @@ public BatchValidator(ErrorReporter errorReporter) {
}
public static boolean validate(RecordBatch batch) {
+ // This is a handy place to trace batches as they flow up
+ // the DAG. Works best for single-threaded runs with few records.
Review comment:
So what the next steps?
----------------------------------------------------------------
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