You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/11/10 20:07:02 UTC

[jira] [Commented] (DRILL-5936) Refactor MergingRecordBatch based on code inspection

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

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

Github user vrozov commented on a diff in the pull request:

    https://github.com/apache/drill/pull/1025#discussion_r150326663
  
    --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/mergereceiver/MergingRecordBatch.java ---
    @@ -177,11 +177,11 @@ public IterOutcome innerNext() {
         }
         boolean schemaChanged = false;
     
    -    if (prevBatchWasFull) {
    +    if (!prevBatchNotFull) {
    --- End diff --
    
    @amansinha100 Addressed minor comment, please review delta and I'll squash it.


> Refactor MergingRecordBatch based on code inspection
> ----------------------------------------------------
>
>                 Key: DRILL-5936
>                 URL: https://issues.apache.org/jira/browse/DRILL-5936
>             Project: Apache Drill
>          Issue Type: Improvement
>          Components: Tools, Build & Test
>            Reporter: Vlad Rozov
>            Assignee: Vlad Rozov
>            Priority: Minor
>
> * Reorganize code to remove unnecessary {{pqueue.peek()}}
> * Reuse Node



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)