[
https://issues.apache.org/jira/browse/IGNITE-18458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17652453#comment-17652453
]
Ilhom Ulmasov edited comment on IGNITE-18458 at 12/28/22 10:04 AM:
-------------------------------------------------------------------
[~alexpl] could you, please, take a look on the PR?
was (Author: JIRAUSER298475):
[~alexpl] could you, please, take a look on the ticket?
> 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, calcite3-required, ise
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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)