[
https://issues.apache.org/jira/browse/IGNITE-25749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18003552#comment-18003552
]
Ignite TC Bot commented on IGNITE-25749:
----------------------------------------
{panel:title=Branch: [pull/12170/head] Base: [master] : No blockers
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/12170/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=8507531]]
* {color:#013220}IgniteCalciteTestSuite:
DataTypesTest.testCharToVarcharConversion[sqlTxMode=NONE] - PASSED{color}
{panel}
[TeamCity *--> Run :: All*
Results|https://ci2.ignite.apache.org/viewLog.html?buildId=8507616&buildTypeId=IgniteTests24Java8_RunAll]
> Calcite. Extended string and literals in unoin
> ----------------------------------------------
>
> Key: IGNITE-25749
> URL: https://issues.apache.org/jira/browse/IGNITE-25749
> Project: Ignite
> Issue Type: Bug
> Affects Versions: 2.17
> Reporter: Vladimir Steshin
> Assignee: Aleksey Plekhanov
> Priority: Major
> Labels: calcite, ignite-2, ise
>
> Test:
> {code:java}
> /** */
> @Test
> public void testCalciteUnionCharLiterals() {
> assertQuery("SELECT * FROM (SELECT 'word' i UNION ALL SELECT 'w' i) t1
> WHERE i='w'")
> .returns("w")
> .check();
> } {code}
> fails because literal 'w' CHAR(1) is extended to 'w ' CHAR(4).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)