Pavel Pereslegin created IGNITE-22000:
-----------------------------------------
Summary: Sql. Get rid of DdlSqlToCommandConverter
Key: IGNITE-22000
URL: https://issues.apache.org/jira/browse/IGNITE-22000
Project: Ignite
Issue Type: Improvement
Components: sql
Reporter: Pavel Pereslegin
Each DDL command passes 2 layer conversion now.
>From {{AST}} into {{DdlCommand}} using {{DdlSqlToCommandConverter}}.
And right after that from {{DdlCommand}} into {{CatalogCommand}}
({{DdlToCatalogCommandConverter}}).
It looks like we should get rid of this intermediate conversion into
{{DdlCommand}}, and do only single conversion {{AST}} => {{CatalogCommand}}}.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)