Sergey Nuyanzin created FLINK-38062: ---------------------------------------
Summary: ENCODE behaves wrong
Key: FLINK-38062
URL: https://issues.apache.org/jira/browse/FLINK-38062
Project: Flink
Issue Type: Technical Debt
Components: Table SQL / Planner
Reporter: Sergey Nuyanzin
Assignee: Sergey Nuyanzin
example
{code:sql}
SELECT ENCODE('Flink', 'UTF-8');
{code}
returns {{x'46'}}
while it should return
{noformat}
x'466c696e6b
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
