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 02:58:00 UTC

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

jiatao.tao created CALCITE-1875:
-----------------------------------

             Summary: 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.
!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.



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