You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Yury Gerzhedovich (Jira)" <ji...@apache.org> on 2021/07/14 13:50:00 UTC

[jira] [Updated] (IGNITE-15080) Calcite. Functions extends string parameters by trailing spaces

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

Yury Gerzhedovich updated IGNITE-15080:
---------------------------------------
    Summary: Calcite. Functions extends string parameters by trailing spaces  (was: Calcite. COALESCE returns trailing space for some cases)

> Calcite. Functions extends string parameters by trailing spaces
> ---------------------------------------------------------------
>
>                 Key: IGNITE-15080
>                 URL: https://issues.apache.org/jira/browse/IGNITE-15080
>             Project: Ignite
>          Issue Type: Bug
>          Components: sql
>            Reporter: Yury Gerzhedovich
>            Priority: Major
>
> simple query
> {code:java}
> SELECT COALESCE(null, null, 'first', 'second', null){code}
> returns 'first ' string instead of 'first'
> seeĀ src/test/sql/function/generic/test_coalesce.test_ignore



--
This message was sent by Atlassian Jira
(v8.3.4#803005)