You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ilhom Ulmasov (Jira)" <ji...@apache.org> on 2022/12/26 08:03:00 UTC

[jira] [Created] (IGNITE-18458) Sql DML on non-existent table raise NPE

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)