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

Dmitry Sysolyatin updated CALCITE-7301:
---------------------------------------
    Description: 
Many issues like [CALCITE-5439], [CALCITE-4406], [CALCITE-6178], and 
[CALCITE-7339] have the same problem. If SqlShuttle or any other mechanism 
creates a copy of a SqlCall with different operands, and the operator does not 
implement createCall, then it fails to unparse/validate the SqlNode

This task adds a common test case that runs on existing parsing tests and 
checks that unparsing after a deep copy works correctly. Also it fixes a 
SqlOperators for which test are failed.

  was:
Many issues like [CALCITE-5439], [CALCITE-4406], [CALCITE-6178], and 
[CALCITE-7339] have the same problem. If SqlShuttle or any other mechanism 
creates a copy of a SqlCall with different operands, and the operator does not 
implement createCall, then it fails to unparse/validate the SqlNode

This task adds a common test case that runs on existing parsing tests and 
checks that unparsing after a deep copy works correctly.


> Support unparse special syntax when operator is LAMBDA/MERGE/UNPIVOT
> --------------------------------------------------------------------
>
>                 Key: CALCITE-7301
>                 URL: https://issues.apache.org/jira/browse/CALCITE-7301
>             Project: Calcite
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.41.0
>            Reporter: Dmitry Sysolyatin
>            Assignee: Dmitry Sysolyatin
>            Priority: Major
>              Labels: pull-request-available
>
> Many issues like [CALCITE-5439], [CALCITE-4406], [CALCITE-6178], and 
> [CALCITE-7339] have the same problem. If SqlShuttle or any other mechanism 
> creates a copy of a SqlCall with different operands, and the operator does 
> not implement createCall, then it fails to unparse/validate the SqlNode
> This task adds a common test case that runs on existing parsing tests and 
> checks that unparsing after a deep copy works correctly. Also it fixes a 
> SqlOperators for which test are failed.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to