[ https://issues.apache.org/jira/browse/IGNITE-15559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17642073#comment-17642073 ]
Ignite TC Bot commented on IGNITE-15559: ---------------------------------------- {panel:title=Branch: [pull/10412/head] Base: [master] : No blockers found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel} {panel:title=Branch: [pull/10412/head] Base: [master] : New Tests (1)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1} {color:#00008b}Calcite SQL{color} [[tests 1|https://ci2.ignite.apache.org/viewLog.html?buildId=6941859]] * {color:#013220}IgniteCalciteTestSuite: FunctionsTest.testCastToBoolean - PASSED{color} {panel} [TeamCity *--> Run :: All* Results|https://ci2.ignite.apache.org/viewLog.html?buildId=6941939&buildTypeId=IgniteTests24Java8_RunAll] > Calcite. CAST with Boolean operations is failed. > ------------------------------------------------ > > Key: IGNITE-15559 > URL: https://issues.apache.org/jira/browse/IGNITE-15559 > Project: Ignite > Issue Type: Improvement > Components: sql > Reporter: Evgeny Stanilovsky > Assignee: Aleksey Plekhanov > Priority: Major > Labels: calcite, calcite2-required, calcite3-required, ignite-3 > Time Spent: 10m > Remaining Estimate: 0h > > SqlRunner tests are failed > {noformat} > /sql/test_boolean_cast.test_ignore > {noformat} > {noformat} > query T > SELECT CAST(CAST('1' AS float) AS BOOLEAN) > ---- > true > {noformat} > {noformat} > Not expected result at: (test_try_cast.test:150). [row=0, col=0, > expected=true, actual=false] > at > org.apache.ignite.internal.processors.query.calcite.logical.SqlScriptRunner$Query.checkEquals(SqlScriptRunner.java:635) > at > org.apache.ignite.internal.processors.query.calcite.logical.SqlScriptRunner$Query.checkResultTuples(SqlScriptRunner.java:604) > at > org.apache.ignite.internal.processors.query.calcite.logical.SqlScriptRunner$Query.checkResult(SqlScriptRunner.java:583) > at > org.apache.ignite.internal.processors.query.calcite.logical.SqlScriptRunner$Query.execute(SqlScriptRunner.java:555) > at > org.apache.ignite.internal.processors.query.calcite.logical.SqlScriptRunner.run(SqlScriptRunner.java:115) > at > org.apache.ignite.internal.processors.query.calcite.logical.ScriptTestRunner$1.run(ScriptTestRunner.java:219) > {noformat} -- This message was sent by Atlassian Jira (v8.20.10#820010)