Mihai Budiu created CALCITE-7339:
------------------------------------
Summary: 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: babel
Affects Versions: 1.41.0
Reporter: Mihai Budiu
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)