sohami 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_r208755170
 
 

 ##########
 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:
   Yes purposefully removed the line since container schema is built in 
`setupNewSchema` phase and it's not required to do for every output batch.

----------------------------------------------------------------
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

Reply via email to