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

Ignite TC Bot commented on IGNITE-28899:
----------------------------------------

{panel:title=Branch: [pull/13389/head] Base: [master] : No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/13389/head] Base: [master] : New Tests 
(9)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}Calcite SQL 2{color} [[tests 
8|https://ci2.ignite.apache.org/viewLog.html?buildId=9307253]]
* {color:#013220}IgniteCalciteTestSuite2: 
JoinRowCountEstimationTest.joinByForeignKey - PASSED{color}
* {color:#013220}IgniteCalciteTestSuite2: 
JoinRowCountEstimationTest.joinByForeignKeyRight - PASSED{color}
* {color:#013220}IgniteCalciteTestSuite2: 
JoinRowCountEstimationTest.joinByPrimaryKeysRight - PASSED{color}
* {color:#013220}IgniteCalciteTestSuite2: 
JoinRowCountEstimationTest.joinByForeignKeyFull - PASSED{color}
* {color:#013220}IgniteCalciteTestSuite2: 
JoinRowCountEstimationTest.joinByForeignKeyLeft - PASSED{color}
* {color:#013220}IgniteCalciteTestSuite2: 
JoinRowCountEstimationTest.joinByPrimaryKeysFull - PASSED{color}
* {color:#013220}IgniteCalciteTestSuite2: 
JoinRowCountEstimationTest.joinByPrimaryKeysLeft - PASSED{color}
* {color:#013220}IgniteCalciteTestSuite2: 
JoinRowCountEstimationTest.joinSameTableSimpleAffMergeJoin - PASSED{color}

{color:#00008b}Calcite SQL 3{color} [[tests 
1|https://ci2.ignite.apache.org/viewLog.html?buildId=9307254]]
* {color:#013220}IgniteCalciteTestSuite3: 
LitmusCheckIntegrationTest.testLitmusLowerCost - PASSED{color}

{panel}
[TeamCity *--> Run :: All* 
Results|https://ci2.ignite.apache.org/viewLog.html?buildId=9307287&buildTypeId=IgniteTests24Java8_RunAll]
{color:#ffffff}tcbot-analysis-comment chainBuildId=9307287 
rerunBuildIds=9308610{color}

> Calcite. Fix litmus error during join
> -------------------------------------
>
>                 Key: IGNITE-28899
>                 URL: https://issues.apache.org/jira/browse/IGNITE-28899
>             Project: Ignite
>          Issue Type: Bug
>          Components: sql
>    Affects Versions: 2.18
>            Reporter: Evgeny Stanilovsky
>            Assignee: Evgeny Stanilovsky
>            Priority: Major
>              Labels: ignite-2, ise
>          Time Spent: 5h 10m
>  Remaining Estimate: 0h
>
> Need to fix calcite litmus errors raised during query like :
> {noformat}
> create table t11 (c1 int, c2 int, c3 int)
> create table t22 (c1 int, c2 int, c3 int)
> create index t11_idx on t11 (c3, c2, c1)
> create index t22_idx on t22 (c3, c2, c1)
> SELECT distinct p.c1 FROM t11 cd left join t22 p ON p.c2 = cd.c2 WHERE cd.c2 
> = 1;
> {noformat}
> throws : 
> {noformat}
> input=RelSubset#2393,distribution=hash[2])] has lower cost IgniteCost 
> [rowCount=6.15, cpu=15.15, memory=10.0, io=2.0, network=15.799999999999999] 
> than best cost IgniteCost
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to