[ 
https://issues.apache.org/jira/browse/IGNITE-27446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Iurii Gerzhedovich reassigned IGNITE-27446:
-------------------------------------------

    Assignee: Iurii Gerzhedovich

> Sql. Extended string and literals in unoin
> ------------------------------------------
>
>                 Key: IGNITE-27446
>                 URL: https://issues.apache.org/jira/browse/IGNITE-27446
>             Project: Ignite
>          Issue Type: Bug
>    Affects Versions: 2.17
>            Reporter: Iurii Gerzhedovich
>            Assignee: Iurii Gerzhedovich
>            Priority: Major
>              Labels: calcite, ignite-2, ise
>             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)

Reply via email to