You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Luning Wang (Jira)" <ji...@apache.org> on 2022/08/09 03:58:00 UTC

[jira] [Created] (FLINK-28882) ENCODE return error

Luning Wang created FLINK-28882:
-----------------------------------

             Summary: ENCODE return error
                 Key: FLINK-28882
                 URL: https://issues.apache.org/jira/browse/FLINK-28882
             Project: Flink
          Issue Type: Improvement
          Components: Table SQL / API, Table SQL / Planner
    Affects Versions: 1.15.0
            Reporter: Luning Wang


Run the following in SQL Client, it will return 'k' rather than 'kyuubi' but it returns 'kyuubi' in the 1.14 version.
{code:java}
select encode('kyuubi', 'UTF-8') {code}
 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)