mihaibudiu commented on code in PR #3558:
URL: https://github.com/apache/calcite/pull/3558#discussion_r1412899464


##########
core/src/main/java/org/apache/calcite/sql/SqlBinaryOperator.java:
##########
@@ -171,6 +177,22 @@ private RelDataType convertType(SqlValidator validator, 
SqlCall call, RelDataTyp
     return type;
   }
 
+  @Nullable Charset getCharsetAfterConvert(SqlBasicCall call, @Nullable 
Charset typeCharset) {

Review Comment:
   I was asking about something like `CAST(TRANSLATE("name" using BIG5) AS 
CHAR(5))`.
   Is the charset of the result of this expression correct?
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to