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

[jira] [Created] (IGNITE-18102) Ignite does not support create table with dot column

Chenjian created IGNITE-18102:
---------------------------------

             Summary: Ignite does not support create table with dot column
                 Key: IGNITE-18102
                 URL: https://issues.apache.org/jira/browse/IGNITE-18102
             Project: Ignite
          Issue Type: Bug
          Components: sql
            Reporter: Chenjian
         Attachments: image-2022-11-07-17-57-49-255.png, image-2022-11-07-18-01-49-687.png

Ignite does not support create the column with dot.

like create table (... , `a.dot` bigint, ...), using the !columns command only can see the suffix about the defined name `dot`.

But Ignite allow add column with dot which is not compatible with self.

Eg:

!image-2022-11-07-17-57-49-255.png!

!image-2022-11-07-18-01-49-687.png!



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