xuzifu666 commented on code in PR #4431:
URL: https://github.com/apache/calcite/pull/4431#discussion_r2160632255
##########
core/src/main/java/org/apache/calcite/runtime/SqlFunctions.java:
##########
@@ -1651,8 +1651,31 @@ public static ByteString concat(ByteString s0,
ByteString s1) {
}
/** SQL {@code CONCAT(arg0, arg1, arg2, ...)} function. */
- public static String concatMulti(String... args) {
- return String.join("", args);
+ public static String concatMulti(Object... args) {
Review Comment:
Thanks for reminder,I am not sure whether this is the case with BigQuery,
and there is no relevant environment to test and verify it locally. In
addition, the current main issue is the concat issue of MySQL, so for the sake
of insurance, I had isolated MySQL and BigQuery separately.
--
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]