You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "amit hadke (JIRA)" <ji...@apache.org> on 2015/09/17 01:47:47 UTC

[jira] [Created] (DRILL-3793) Rewrite MergeJoinBatch using record batch iterator.

amit hadke created DRILL-3793:
---------------------------------

             Summary: Rewrite MergeJoinBatch using record batch iterator.
                 Key: DRILL-3793
                 URL: https://issues.apache.org/jira/browse/DRILL-3793
             Project: Apache Drill
          Issue Type: Improvement
          Components: Execution - Relational Operators
            Reporter: amit hadke
            Assignee: amit hadke


Current implementation of merge join operator is convoluted as it has to handle duplicates between record batches. MergeJoin rewrite should use record batch iterator which hides the complexity of managing multiple record batches and iterating through them.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)