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/12 13:42:00 UTC

[jira] [Created] (IGNITE-15110) Calcite bug. Function CHAR_LENGTH works incorrect with UNICODE

Yury Gerzhedovich created IGNITE-15110:
------------------------------------------

             Summary: Calcite bug. Function CHAR_LENGTH works incorrect with UNICODE
                 Key: IGNITE-15110
                 URL: https://issues.apache.org/jira/browse/IGNITE-15110
             Project: Ignite
          Issue Type: Bug
          Components: sql
            Reporter: Yury Gerzhedovich


 Function CHAR_LENGTH returns an incorrect results for unicode symbols. E.g for below query returns 2 instead of 1
{code:sql}
SELECT char_length('🦆'){code}
 see src/test/sql/function/string/test_char_length.test_ignore



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