[
https://issues.apache.org/jira/browse/FLINK-38062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sergey Nuyanzin resolved FLINK-38062.
-------------------------------------
Fix Version/s: 2.2.0
Resolution: Fixed
> 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
> Priority: Major
> Labels: pull-request-available
> Fix For: 2.2.0
>
>
> 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)