Mihai Budiu created CALCITE-6006:
------------------------------------
Summary: SqlToRelConverter 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
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)