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/07/07 03:01:04 UTC

[jira] [Updated] (CALCITE-1875) Get sql node's pos error when parse SQL like a+(b+c)

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

jiatao.tao updated CALCITE-1875:
--------------------------------
    Description: 
Parse SQL like "select c+(a+b) from t", and the selectList's position is 8 13, and it should be 8 14.
And I wonder is there any way I can modify the code and solve this problem? Hope for your advice.

!https://git.oschina.net/Meldoy/image/raw/master/others/WX20170707-103211@2x.png!

  was:
Parse SQL like "select c+(a+b) from t", and the selectList's position is 8 13, and it should be 8 14.
!https://git.oschina.net/Meldoy/image/raw/master/others/WX20170707-103211@2x.png!

And I wonder is there any way I can modify the code and solve this problem? Hope for your advice.


> Get sql node's pos error when parse SQL like a+(b+c)
> ----------------------------------------------------
>
>                 Key: CALCITE-1875
>                 URL: https://issues.apache.org/jira/browse/CALCITE-1875
>             Project: Calcite
>          Issue Type: Bug
>            Reporter: jiatao.tao
>            Assignee: Julian Hyde
>
> Parse SQL like "select c+(a+b) from t", and the selectList's position is 8 13, and it should be 8 14.
> And I wonder is there any way I can modify the code and solve this problem? Hope for your advice.
> !https://git.oschina.net/Meldoy/image/raw/master/others/WX20170707-103211@2x.png!



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