[
https://issues.apache.org/jira/browse/IGNITE-24773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17935238#comment-17935238
]
Ignite TC Bot commented on IGNITE-24773:
----------------------------------------
{panel:title=Branch: [pull/11940/head] Base: [master] : Possible Blockers
(1)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}Platform .NET (Windows){color} [[tests 0 TIMEOUT , Exit Code
|https://ci2.ignite.apache.org/viewLog.html?buildId=8349508]]
{panel}
{panel:title=Branch: [pull/11940/head] Base: [master] : New Tests
(3)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}Calcite SQL{color} [[tests
3|https://ci2.ignite.apache.org/viewLog.html?buildId=8348968]]
* {color:#013220}IgniteCalciteTestSuite:
SortAggregateIntegrationTest.testSubqueryOtherTable[sqlTxMode=ALL] -
PASSED{color}
* {color:#013220}IgniteCalciteTestSuite:
SortAggregateIntegrationTest.testSubqueryOtherTable[sqlTxMode=NONE] -
PASSED{color}
* {color:#013220}IgniteCalciteTestSuite:
SortAggregateIntegrationTest.testSubqueryOtherTable[sqlTxMode=RANDOM] -
PASSED{color}
{panel}
[TeamCity *--> Run :: All*
Results|https://ci2.ignite.apache.org/viewLog.html?buildId=8348502&buildTypeId=IgniteTests24Java8_RunAll]
> Calcite. IgniteReduceSortAggregate misses collation.
> ----------------------------------------------------
>
> Key: IGNITE-24773
> URL: https://issues.apache.org/jira/browse/IGNITE-24773
> Project: Ignite
> Issue Type: Bug
> Reporter: Vladimir Steshin
> Assignee: Vladimir Steshin
> Priority: Major
> Labels: calcite, ignite-2, ise
> Time Spent: 10m
> Remaining Estimate: 0h
>
> *Issue:*
> {code:java}
> java.lang.AssertionError: null
> at
> org.apache.ignite.internal.processors.query.calcite.exec.rel.SortAggregateNode.<init>(SortAggregateNode.java:81)
> ~[classes/:?]
> at
> org.apache.ignite.internal.processors.query.calcite.exec.LogicalRelImplementor.visit(LogicalRelImplementor.java:860)
> ~[classes/:?]
> at
> org.apache.ignite.internal.processors.query.calcite.exec.LogicalRelImplementor.visit(LogicalRelImplementor.java:124)
> ~[classes/:?]
> at
> org.apache.ignite.internal.processors.query.calcite.rel.agg.IgniteReduceSortAggregate.accept(IgniteReduceSortAggregate.java:111)
> ~[classes/:?]
> at
> org.apache.ignite.internal.processors.query.calcite.exec.LogicalRelImplementor.visit(LogicalRelImplementor.java:885)
> ~[classes/:?]
> at
> org.apache.ignite.internal.processors.query.calcite.exec.LogicalRelImplementor.visit(LogicalRelImplementor.java:895)
> ~[classes/:?]
> at
> org.apache.ignite.internal.processors.query.calcite.exec.LogicalRelImplementor.visit(LogicalRelImplementor.java:176)
> ~[classes/:?]
> at
> org.apache.ignite.internal.processors.query.calcite.exec.LogicalRelImplementor.visit(LogicalRelImplementor.java:124)
> ~[classes/:?]
> at
> org.apache.ignite.internal.processors.query.calcite.rel.IgniteSender.accept(IgniteSender.java:100)
> ~[classes/:?]
> at
> org.apache.ignite.internal.processors.query.calcite.exec.LogicalRelImplementor.visit(LogicalRelImplementor.java:885)
> ~[classes/:?]
> at
> org.apache.ignite.internal.processors.query.calcite.exec.LogicalRelImplementor.go(LogicalRelImplementor.java:900)
> ~[classes/:?]
> at
> org.apache.ignite.internal.processors.query.calcite.exec.ExecutionServiceImpl.executeFragment(ExecutionServiceImpl.java:849)
> ~[classes/:?]
> at
> org.apache.ignite.internal.processors.query.calcite.exec.ExecutionServiceImpl.onMessage(ExecutionServiceImpl.java:912)
> ~[classes/:?]
> {code}
> *Assumption:*
> `_IgniteReduceSortAggregate_` doesn't return the collation in `_public
> RelCollation collation()_` directly. Instead, it tries to get it from the
> traits.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)