Ilhom Ulmasov created IGNITE-18458:
--------------------------------------

             Summary: Sql DML on non-existent table raise NPE
                 Key: IGNITE-18458
                 URL: https://issues.apache.org/jira/browse/IGNITE-18458
             Project: Ignite
          Issue Type: Bug
    Affects Versions: 2.14
            Reporter: Ilhom Ulmasov


DML operation (INSERT, UPDATE, DELETE, MERGE) raise NullPointerException on 
Calcite engine, if operation is made on non-existent table.

Steps to reproduce.
 * Connect to DB by using JDBC driver
 * Execute any DML operation on non-existent table. For example 
{code:java}
INSERT INTO PERSONBLABLABLA(ID, NAME, AGE) VALUES(1, 'JOHN', 3){code}

 * Exception message *Failed to validate query. java.lang.NullPointerException* 
will be returned



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

Reply via email to