[
https://issues.apache.org/jira/browse/CALCITE-1973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
jiatao.tao updated CALCITE-1973:
--------------------------------
Comment: was deleted
(was: 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: screenshot-2.png, 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)