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 2022/04/08 12:09:00 UTC

[jira] [Created] (IGNITE-16826) Calcite engine. Support old "CREATE TABLE WITH options" syntax

Aleksey Plekhanov created IGNITE-16826:
------------------------------------------

             Summary: Calcite engine. Support old "CREATE TABLE WITH options" syntax
                 Key: IGNITE-16826
                 URL: https://issues.apache.org/jira/browse/IGNITE-16826
             Project: Ignite
          Issue Type: Improvement
            Reporter: Aleksey Plekhanov
            Assignee: Aleksey Plekhanov


Currently, options for CREATE TABLE should be in format: \{{WITH key1="val1", key2="val2"}} (each option value double-quoted), but in H2-based query engine format was a little bit different: \{{WITH "key1=val1, key2=val2"}} (the whole option list double-quoted).

We should support both syntaxes, since there are a lot of old-syntax queries in examples, documentation, etc.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)