[
https://issues.apache.org/jira/browse/DRILL-6674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16573533#comment-16573533
]
ASF GitHub Bot commented on DRILL-6674:
---------------------------------------
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:
[email protected]
> Minor fixes to avoid auto boxing cost in logging in LateralJoinBatch
> --------------------------------------------------------------------
>
> Key: DRILL-6674
> URL: https://issues.apache.org/jira/browse/DRILL-6674
> Project: Apache Drill
> Issue Type: Bug
> Components: Execution - Relational Operators
> Affects Versions: 1.14.0
> Reporter: Sorabh Hamirwasia
> Assignee: Sorabh Hamirwasia
> Priority: Major
> Fix For: 1.15.0
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)