mihaibudiu commented on code in PR #3524:
URL: https://github.com/apache/calcite/pull/3524#discussion_r1394549137


##########
site/_docs/reference.md:
##########
@@ -2654,6 +2654,7 @@ BigQuery's type system uses confusingly different names 
for types and functions:
 | p | expr :: type                                   | Casts *expr* to *type*
 | 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()                                        | Construct an empty 
array in Apache Spark

Review Comment:
   I don't see any other case where the same function has two rows.



-- 
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]

Reply via email to