vvysotskyi commented on a change in pull request #1897: DRILL-7442: Create multi-batch row set reader URL: https://github.com/apache/drill/pull/1897#discussion_r345165787
########## File path: exec/java-exec/src/main/java/org/apache/drill/exec/physical/rowSet/RowSet.java ########## @@ -98,6 +98,8 @@ SelectionVectorMode indirectionType(); + void print(); Review comment: In DRILL-7350 we agreed to avoid providing methods for printing output to the stdout in non-test code, but provide `toString()` implementation where required. ---------------------------------------------------------------- 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
