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 = 42102
Let's try to convert those codes into the appropriate IgniteQueryErrorCode values as well.
- links to