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

[jira] [Created] (IGNITE-15894) Fix schema validation.

Andrey Mashenkov created IGNITE-15894:
-----------------------------------------

             Summary: Fix schema validation.
                 Key: IGNITE-15894
                 URL: https://issues.apache.org/jira/browse/IGNITE-15894
             Project: Ignite
          Issue Type: Bug
            Reporter: Andrey Mashenkov


Columns with the same name can exist in key and value parts, and this works fine with KV views.
For non-binary RecordView, we could use some annotations as a workaround, but,
obviously, this will not work with the RecordBinary view, and no workaround is possible.

Let's prohibit columns with duplicate names.



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