[ 
https://issues.apache.org/jira/browse/IGNITE-18458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ilhom Ulmasov reassigned IGNITE-18458:
--------------------------------------

    Assignee: Ilhom Ulmasov

> 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
>          Components: sql
>    Affects Versions: 2.14
>            Reporter: Ilhom Ulmasov
>            Assignee: Ilhom Ulmasov
>            Priority: Minor
>              Labels: calcite, ise
>
> 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