You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "KrishnaKant Agrawal (JIRA)" <ji...@apache.org> on 2018/10/12 08:33:00 UTC

[jira] [Created] (CALCITE-2623) Updating unparseCall() in SqlDialect(s) for dialect specifc SqlNode unparsing

KrishnaKant Agrawal created CALCITE-2623:
--------------------------------------------

             Summary: Updating unparseCall() in SqlDialect(s) for dialect specifc SqlNode unparsing
                 Key: CALCITE-2623
                 URL: https://issues.apache.org/jira/browse/CALCITE-2623
             Project: Calcite
          Issue Type: Improvement
          Components: core
            Reporter: KrishnaKant Agrawal
            Assignee: Julian Hyde


Owing to the syntactical differences between Calcite SQL and certain other Dialects, emulation for SqlNode unparsing needs to be added based on the Dialect in RelToSqlConcverter.

Saw some code in PostgreSqlDialect which is already doing this.

Changes in other Dialects can follow suit.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)