[ 
https://issues.apache.org/jira/browse/DRILL-6592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16542170#comment-16542170
 ] 

ASF GitHub Bot commented on DRILL-6592:
---------------------------------------

parthchandra commented on a change in pull request #1376: DRILL-6592: Unnest 
record batch size is called too frequently
URL: https://github.com/apache/drill/pull/1376#discussion_r202167818
 
 

 ##########
 File path: 
exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/unnest/UnnestRecordBatch.java
 ##########
 @@ -216,7 +225,7 @@ public IterOutcome innerNext() {
         boolean isNewSchema = schemaChanged();
 
 Review comment:
   Done

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


> Unnest perf improvements - record batch sizer is called too frequently
> ----------------------------------------------------------------------
>
>                 Key: DRILL-6592
>                 URL: https://issues.apache.org/jira/browse/DRILL-6592
>             Project: Apache Drill
>          Issue Type: Bug
>            Reporter: Parth Chandra
>            Assignee: Parth Chandra
>            Priority: Major
>             Fix For: 1.14.0
>
>
> Unnest calls the RecordBatchSizer in every call to next/doWork which is 
> called by Lateral Join for every record. It can be called only once at the 
> beginning of the incoming batch.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to