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 2018/05/31 14:16:00 UTC

[jira] [Commented] (DRILL-6456) Planner shouldn't create any exchanges on the right side of Lateral Join.

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

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

HanumathRao opened a new pull request #1299: DRILL-6456: Planner shouldn't create any exchanges on the right side …
URL: https://github.com/apache/drill/pull/1299
 
 
   …of Lateral Join.
   
   @amansinha100 Can you please review this PR.
   
   This PR includes fix to not generate the Exchanges on the right side of LateralJoin.

----------------------------------------------------------------
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:
users@infra.apache.org


> Planner shouldn't create any exchanges on the right side of Lateral Join.
> -------------------------------------------------------------------------
>
>                 Key: DRILL-6456
>                 URL: https://issues.apache.org/jira/browse/DRILL-6456
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Query Planning &amp; Optimization
>    Affects Versions: 1.14.0
>            Reporter: Hanumath Rao Maduri
>            Assignee: Hanumath Rao Maduri
>            Priority: Major
>             Fix For: 1.14.0
>
>
> Currently, there is no restriction placed on right side of the LateralJoin. This is causing planner to generate an Exchange when there are operators like (Agg, Limit, Sort etc). 
> Due to this unnest operator cannot retrieve the row from lateral's left side to process the pipeline further. Enhance the planner to not generate exchanges on the right side of the LateralJoin.



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