You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexander Paschenko (JIRA)" <ji...@apache.org> on 2017/09/27 18:48:00 UTC

[jira] [Created] (IGNITE-6518) Smarter analysis of INSERT and MERGE statements at parsing stage

Alexander Paschenko created IGNITE-6518:
-------------------------------------------

             Summary: Smarter analysis of INSERT and MERGE statements at parsing stage
                 Key: IGNITE-6518
                 URL: https://issues.apache.org/jira/browse/IGNITE-6518
             Project: Ignite
          Issue Type: Improvement
          Components: sql
            Reporter: Alexander Paschenko
             Fix For: 2.3


We could analyze INSERT and MERGE statements to detect that they don't specify data for key and/or value to notify users early that their query can't be executed within Ignite - prior to building plans and attempting to actually do anything.
(Note how we check that CREATE TABLE doesn't declare columns for key - logic here would be similar.)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)