[
https://issues.apache.org/jira/browse/CALCITE-6006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17774757#comment-17774757
]
Jiajun Xie commented on CALCITE-6006:
-------------------------------------
Fixed in
[485a5d0.|https://github.com/apache/calcite/commit/485a5d0ae3274a83a36788290b3bdc4d973387b4]
Thanks for the PR [~mbudiu].
> RelToSqlConverter loses charset information
> --------------------------------------------
>
> Key: CALCITE-6006
> URL: https://issues.apache.org/jira/browse/CALCITE-6006
> Project: Calcite
> Issue Type: Bug
> Components: core
> Affects Versions: 1.35.0
> Reporter: Mihai Budiu
> Priority: Minor
> Labels: pull-request-available
> Fix For: 1.36.0
>
>
> This is a bug in SqlImplementor, when it calls SqlLiteral.createCharString it
> does not pass any information about the charset of the source string. So a
> string that looks like _UTF8'...' is converted to a string without the
> charset in the generated SQL.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)