Alexandr Shapkin created IGNITE-12381:
-----------------------------------------
Summary: QueryParser: propagate H2 ErrorCode to IgniteSQLException
Key: IGNITE-12381
URL: https://issues.apache.org/jira/browse/IGNITE-12381
Project: Ignite
Issue Type: Improvement
Components: sql
Affects Versions: 2.7.6
Reporter: Alexandr Shapkin
QueryParser#parseH2 method generalizes all h2 error codes as
IgniteQueryErrorCode.PARSING
Whereas the actual error code could be more specific, like
[TABLE_OR_VIEW_NOT_FOUND_1|https://www.h2database.com/javadoc/org/h2/api/ErrorCode.html#c42102]
= 42102
Let's try to convert those codes into the appropriate IgniteQueryErrorCode
values as well.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)