[
https://issues.apache.org/jira/browse/CALCITE-7339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mihai Budiu resolved CALCITE-7339.
----------------------------------
Fix Version/s: 1.42.0
Assignee: Mihai Budiu
Resolution: Fixed
Fixed in
[https://github.com/apache/calcite/commit/fabf648bb7cdc6bd17bc862068022ea363c5ab11]
Thank you for the review [~dmsysolyatin]
> Most classes in SqlDdlNodes use an incorrect SqlCallFactory
> -----------------------------------------------------------
>
> Key: CALCITE-7339
> URL: https://issues.apache.org/jira/browse/CALCITE-7339
> Project: Calcite
> Issue Type: Bug
> Components: core, server
> Affects Versions: 1.41.0
> Reporter: Mihai Budiu
> Assignee: Mihai Budiu
> Priority: Minor
> Labels: pull-request-available
> Fix For: 1.42.0
>
>
> These classes (e.g., SqlCreateTable) all rely on the default call factory
> SQL_BASIC_CALL_FACTORY, which creates a SqlBasicCall object.
> The consequence is that if a SqlShuttle modifies any such object, the result
> created will be a SqlBasicCall object instead of the original class.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)