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)

Reply via email to