liuyongvs commented on code in PR #3260: URL: https://github.com/apache/calcite/pull/3260#discussion_r1230378355
########## site/_docs/reference.md: ########## @@ -2652,6 +2652,7 @@ BigQuery's type system uses confusingly different names for types and functions: | m | expr1 <=> expr2 | Whether two values are equal, treating null values as the same, and it's similar to `IS NOT DISTINCT FROM` | * | ACOSH(numeric) | Returns the inverse hyperbolic cosine of *numeric* | s | ARRAY(expr [, expr ]*) | Construct an array in Apache Spark +| s | ARRAY_APPEND(array, element) | Appends an *element* to the end of the *array* and returns the result. If the *array* itself is null, the function will return null. If an *element* to add is null, the null *element* will be added to the end of the *array* Review Comment: fixed -- 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]
