dawidwys commented on code in PR #22483:
URL: https://github.com/apache/flink/pull/22483#discussion_r1194882563
##########
docs/data/sql_functions.yml:
##########
@@ -643,6 +643,9 @@ collection:
- sql: ARRAY_REVERSE(haystack)
table: haystack.arrayReverse()
description: Returns an array in reverse order. If the array itself is
null, the function will return null.
+ - sql: ARRAY_UNION(array1, array2)
+ table: haystack.arrayUnion(array)
Review Comment:
nit: `haystack` does not make sense in this context imo. It's a nice joke
but imo works only for `ARRAY_CONTAINS`
--
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]