[ 
https://issues.apache.org/jira/browse/IGNITE-8432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16714455#comment-16714455
 ] 

ASF GitHub Bot commented on IGNITE-8432:
----------------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/ignite/pull/5429


> GridSqlQueryParser.java throws null pointer if there is a mismatch between 
> the column name casing
> -------------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-8432
>                 URL: https://issues.apache.org/jira/browse/IGNITE-8432
>             Project: Ignite
>          Issue Type: Improvement
>          Components: sql
>    Affects Versions: 2.4
>            Reporter: Courtney
>            Assignee: Pavel Kuznetsov
>            Priority: Trivial
>             Fix For: 2.8
>
>
> In the SQL we generate we had a mismatch between column name casing due to 
> unquoted identifiers being upper cased and we were quoting the column name in 
> the column list but not in the primary key list.
> That lead to a null pointer exception which wasn't the most obvious thing to 
> trace because it was being caught, wrapped and re-thrown.
> Line 1043 of GridSqlQueryParser.java has an assert which leads to the error.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to