You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "jiatao.tao (JIRA)" <ji...@apache.org> on 2017/09/04 03:29:00 UTC

[jira] [Updated] (CALCITE-1973) Get sql node's pos error when SQL has join

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

jiatao.tao updated CALCITE-1973:
--------------------------------
    Attachment: WX20170904-112559.png

This is the snapshot.

> Get sql node's pos error when SQL has join
> ------------------------------------------
>
>                 Key: CALCITE-1973
>                 URL: https://issues.apache.org/jira/browse/CALCITE-1973
>             Project: Calcite
>          Issue Type: Bug
>            Reporter: jiatao.tao
>            Assignee: Julian Hyde
>         Attachments: WX20170904-112559.png
>
>
> Hi, I met some problems with parser.
> Parse SQL like "select a from t t1 join tt t2 on t1.c = tt.c", and the from's pos is 20,23("oin")(obviously not).
> And I test another query "select a from (select a from KYLIN_SALES) t inner join KYLIN_SALES tt on t.price = tt.price", and get from's pos is 51, 54("oin"), seems that pos is take "join"
> Hope your advice
> Best Wishes
> Aron



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