JiajunBernoulli commented on code in PR #3202: URL: https://github.com/apache/calcite/pull/3202#discussion_r1216029920
########## 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: In fact, Keeps ordering of elements is a sentence that I'm worried about. This sentence lacks a subject, I hope the description is close to natural language. For example: Removes duplicate values from the *array* that keeps ordering of elements. -- 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]
