parthchandra commented on a change in pull request #1431: DRILL-6687: Improve
RemovingRecordBatch to do transfer when all recor…
URL: https://github.com/apache/drill/pull/1431#discussion_r210107252
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/record/selection/SelectionVector2.java
##########
@@ -151,6 +159,18 @@ public void setRecordCount(int recordCount){
this.recordCount = recordCount;
}
+ public boolean doFullTransfer() {
Review comment:
doFullTransfer --> canDoFullTransfer
----------------------------------------------------------------
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