JiajunBernoulli commented on code in PR #3202: URL: https://github.com/apache/calcite/pull/3202#discussion_r1215049429
########## site/_docs/reference.md: ########## @@ -2653,11 +2653,14 @@ BigQuery's type system uses confusingly different names for types and functions: | * | ACOSH(numeric) | Returns the inverse hyperbolic cosine of *numeric* | s | ARRAY(expr [, expr ]*) | Construct an array in Apache Spark | b | ARRAY_CONCAT(array [, array ]*) | Concatenates one or more arrays. If any input argument is `NULL` the function returns `NULL` -| s | ARRAY_DISTINCT(array) | Returns unique elements of *array*. Keeps ordering of elements. +| s | ARRAY_DISTINCT(array) | Returns unique elements of *array*. Keeps ordering of elements Review Comment: `Returns unique elements that keep ordering of elements of *array*` -- 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]
