You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Xiaoxiang Yu (Jira)" <ji...@apache.org> on 2020/07/10 12:19:00 UTC

[jira] [Closed] (KYLIN-4480) Implement runtime non-equi join

     [ https://issues.apache.org/jira/browse/KYLIN-4480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Xiaoxiang Yu closed KYLIN-4480.
-------------------------------

Resolved in release 3.1.0 (2020-07-03)

> Implement runtime non-equi join
> -------------------------------
>
>                 Key: KYLIN-4480
>                 URL: https://issues.apache.org/jira/browse/KYLIN-4480
>             Project: Kylin
>          Issue Type: New Feature
>          Components: Query Engine
>            Reporter: Li Xian
>            Assignee: Li Xian
>            Priority: Minor
>             Fix For: v3.1.0
>
>         Attachments: image-2020-06-04-23-57-32-114.png, image-2020-06-04-23-57-39-920.png, image-2020-06-04-23-57-51-652.png
>
>
> Currently Kylin does not support non-equi join. This issue is aim to add runtime non-equi join feature to Kylin so that queries like
> {code:java}
>     select
>       |
>     non-equi join
>      /        \
>    subquery1  subquery2
> {code}
> can now be executed like below. Kylin will read data from subquery cubes and do non-equi join during runtime
> {code:java}
>     select
>       |
>     runtime non-equi join
>      /        \
>    cube1     cube2
> {code}
> I have submitted a PR for this issue
> [https://github.com/apache/kylin/pull/1195]
> [https://github.com/Kyligence/calcite/pull/133]
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)