[
https://issues.apache.org/jira/browse/IGNITE-8432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16693227#comment-16693227
]
Ignite TC Bot commented on IGNITE-8432:
---------------------------------------
{panel:title=Possible
Blockers|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}MVCC Queries{color} [[tests
3|https://ci.ignite.apache.org/viewLog.html?buildId=2360013]]
* IgniteCacheMvccSqlTestSuite:
CacheMvccPartitionedSqlCoordinatorFailoverTest.testSqlReadInProgressCoordinatorFails
- 0,0% fails in last 100 master runs.
{color:#d04437}Platform .NET (Core Linux){color} [[tests
3|https://ci.ignite.apache.org/viewLog.html?buildId=2360053]]
* dll: ServicesTest.TestDeployNodeSingleton - 0,0% fails in last 100 master
runs.
{color:#d04437}SPI{color} [[tests
1|https://ci.ignite.apache.org/viewLog.html?buildId=2359994]]
* IgniteSpiTestSuite:
IgniteClientReconnectMassiveShutdownTest.testMassiveServersShutdown2 - 0,0%
fails in last 100 master runs.
{color:#d04437}Continuous Query 4{color} [[tests
1|https://ci.ignite.apache.org/viewLog.html?buildId=2360039]]
* IgniteCacheQuerySelfTestSuite6:
CacheContinuousWithTransformerPartitionedSelfTest.testContinuousWithTransformerAndRegularListenerAsync
- 0,0% fails in last 100 master runs.
{panel}
[TeamCity Run All
Results|https://ci.ignite.apache.org/viewLog.html?buildId=2360064&buildTypeId=IgniteTests24Java8_RunAll]
> 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
>
> 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)