You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2018/08/08 17:16:43 UTC

[GitHub] parthchandra commented on a change in pull request #1427: DRILL-6674: Minor fixes to avoid auto boxing cost in logging in Later…

parthchandra commented on a change in pull request #1427: DRILL-6674: Minor fixes to avoid auto boxing cost in logging in Later…
URL: https://github.com/apache/drill/pull/1427#discussion_r208664128
 
 

 ##########
 File path: exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/join/LateralJoinBatch.java
 ##########
 @@ -728,7 +730,6 @@ private void finalizeOutputContainer() {
 
     // Set the record count in the container
     container.setRecordCount(outputIndex);
-    container.buildSchema(BatchSchema.SelectionVectorMode.NONE);
 
 Review comment:
   Did you mean to remove this line?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services