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)