[
https://issues.apache.org/jira/browse/IGNITE-18458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ilhom Ulmasov updated IGNITE-18458:
-----------------------------------
Labels: ise (was: )
> 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
> Priority: Minor
> Labels: 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)