[
https://issues.apache.org/jira/browse/IGNITE-12976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17104883#comment-17104883
]
Ignite TC Bot commented on IGNITE-12976:
----------------------------------------
{panel:title=Branch: [pull/7766/head] Base: [master] : Possible Blockers
(3)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}PDS (Indexing){color} [[tests 0 TIMEOUT , Exit Code
|https://ci.ignite.apache.org/viewLog.html?buildId=5297811]]
{color:#d04437}Cache 4{color} [[tests
1|https://ci.ignite.apache.org/viewLog.html?buildId=5297799]]
* IgniteCacheTestSuite4: CacheStopAndDestroySelfTest.testLocalClose - Test has
low fail rate in base branch 0,0% and is not flaky
{color:#d04437}Basic 1{color} [[tests
1|https://ci.ignite.apache.org/viewLog.html?buildId=5297775]]
* IgniteBasicTestSuite:
GridAffinityProcessorRendezvousSelfTest.testAffinityProcessor - Test has low
fail rate in base branch 0,0% and is not flaky
{panel}
[TeamCity *--> Run :: All*
Results|https://ci.ignite.apache.org/viewLog.html?buildId=5297847&buildTypeId=IgniteTests24Java8_RunAll]
> Invalid SQL syntax for NULLS LAST / NULLS FIRST in IgniteQueryGenerator
> -----------------------------------------------------------------------
>
> Key: IGNITE-12976
> URL: https://issues.apache.org/jira/browse/IGNITE-12976
> Project: Ignite
> Issue Type: Bug
> Components: spring
> Affects Versions: 2.8
> Reporter: Mikhail Kostyuckovich
> Priority: Minor
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Ignite Spring Data's {{IgniteQueryGenerator}} (in all {{spring-data}} /
> {{spring-data-2.0}} / {{spring-data-2.2}} modules) generate invalid SQL when
> null handling other than native is used.
> Currently generated query - invalid:
> {{SELECT ... ORDER BY ... NULL FIRST ...}}
> {{SELECT ... ORDER BY ... NULL LAST ...}}
> Expected - valid:
> {{SELECT ... ORDER BY ... NULL*S* FIRST ...}}
> {{SELECT ... ORDER BY ... NULL*S* LAST ...}}
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)