[
https://issues.apache.org/jira/browse/IGNITE-27446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Iurii Gerzhedovich updated IGNITE-27446:
----------------------------------------
Summary: Sql. Extended string and literals in union (was: Sql. Extended
string and literals in unoin)
> Sql. Extended string and literals in union
> ------------------------------------------
>
> Key: IGNITE-27446
> URL: https://issues.apache.org/jira/browse/IGNITE-27446
> Project: Ignite
> Issue Type: Bug
> Components: sql ai3
> Reporter: Iurii Gerzhedovich
> Assignee: Iurii Gerzhedovich
> Priority: Major
> Labels: ignite-3
> Fix For: 2.18
>
>
> 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)