ILuffZhe commented on code in PR #3241: URL: https://github.com/apache/calcite/pull/3241#discussion_r1221537645
########## site/_docs/reference.md: ########## @@ -2663,7 +2663,7 @@ BigQuery's type system uses confusingly different names for types and functions: | * | ATANH(numeric) | Returns the inverse hyperbolic tangent of *numeric* | m s | CHAR(integer) | Returns the character whose ASCII code is *integer* % 256, or null if *integer* < 0 | b o p | CHR(integer) | Returns the character whose UTF-8 code is *integer* -| o | CONCAT(string, string) | Concatenates two strings +| o | CONCAT(string, string) | Concatenates two strings, return null only when both string argument are null, otherwise treat null as empty string Review Comment: I've fixed the reference.md and java doc. -- 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]
