You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Aleksey Plekhanov (Jira)" <ji...@apache.org> on 2021/07/20 11:30:00 UTC

[jira] [Created] (IGNITE-15160) Calcite integration. Deduplicate some DDL commands handler

Aleksey Plekhanov created IGNITE-15160:
------------------------------------------

             Summary: Calcite integration. Deduplicate some DDL commands handler 
                 Key: IGNITE-15160
                 URL: https://issues.apache.org/jira/browse/IGNITE-15160
             Project: Ignite
          Issue Type: Improvement
            Reporter: Aleksey Plekhanov


Currently code to handle some DDL commands (CREATE TABLE, ALTER TABLE ADD/DROP) is almost duplicated for calcite engine and H2 engine implementations. We can move calcite-engine and H2-engine commands to core commands (classes that extend {{SqlCommand}}) and move code processing these commands to the core module. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)