You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Julian Hyde (Jira)" <ji...@apache.org> on 2019/08/29 19:46:00 UTC

[jira] [Created] (CALCITE-3308) RelBuilder.literal with a string argument should create a character literal with appropriate character set

Julian Hyde created CALCITE-3308:
------------------------------------

             Summary: RelBuilder.literal with a string argument should create a character literal with appropriate character set
                 Key: CALCITE-3308
                 URL: https://issues.apache.org/jira/browse/CALCITE-3308
             Project: Calcite
          Issue Type: Bug
            Reporter: Julian Hyde


Suppose you call {{RelBuilder.literal}} with a with a string argument that contains non-ASCII characters:
{code:java}
RexNode e = RelBuilder.literal("☘️ my lucky charms!");{code}
 

The call should return a character literal with appropriate character set that can handle the contents of the string. (I'm not sure what character set should be.)



--
This message was sent by Atlassian Jira
(v8.3.2#803003)