[jira] [Updated] (IGNITE-22000) Sql. Get rid of unnecessary conversion of DDL commands

2024-05-10 Thread Pavel Pereslegin (Jira)


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

Pavel Pereslegin updated IGNITE-22000:
--
Fix Version/s: 3.0.0-beta2

> Sql. Get rid of unnecessary conversion of DDL commands
> --
>
> Key: IGNITE-22000
> URL: https://issues.apache.org/jira/browse/IGNITE-22000
> Project: Ignite
>  Issue Type: Improvement
>  Components: sql
>Reporter: Pavel Pereslegin
>Assignee: Pavel Pereslegin
>Priority: Major
>  Labels: ignite-3, refactoring
> Fix For: 3.0.0-beta2
>
>  Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> Every DDL command goes through two levels of conversion now.
> From {{AST}} into {{DdlCommand}} using {{DdlSqlToCommandConverter}}.
> And from {{DdlCommand}} into {{CatalogCommand}} (using 
> {{DdlToCatalogCommandConverter}}).
> It looks like we should do only single conversion {{AST}} => 
> {{CatalogCommand}}.



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


[jira] [Updated] (IGNITE-22000) Sql. Get rid of unnecessary conversion of DDL commands

2024-05-03 Thread Pavel Pereslegin (Jira)


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

Pavel Pereslegin updated IGNITE-22000:
--
Summary: Sql. Get rid of unnecessary conversion of DDL commands  (was: Sql. 
Get rid of DdlSqlToCommandConverter)

> Sql. Get rid of unnecessary conversion of DDL commands
> --
>
> Key: IGNITE-22000
> URL: https://issues.apache.org/jira/browse/IGNITE-22000
> Project: Ignite
>  Issue Type: Improvement
>  Components: sql
>Reporter: Pavel Pereslegin
>Assignee: Pavel Pereslegin
>Priority: Major
>  Labels: ignite-3, refactoring
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Every DDL command goes through two levels of conversion now.
> From {{AST}} into {{DdlCommand}} using {{DdlSqlToCommandConverter}}.
> And from {{DdlCommand}} into {{CatalogCommand}} (using 
> {{DdlToCatalogCommandConverter}}).
> It looks like we should do only single conversion {{AST}} => 
> {{CatalogCommand}}.



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