liuyongvs commented on code in PR #15797:
URL: https://github.com/apache/flink/pull/15797#discussion_r1118549991
##########
docs/data/sql_functions.yml:
##########
@@ -617,6 +617,15 @@ collection:
- sql: ARRAY_DISTINCT(haystack)
table: haystack.arrayDistinct()
description: Returns an array with unique elements. If the array itself is
null, the function will return null. Keeps ordering of elements.
+ - sql: MAP_KEYS(map)
+ table: MAP.mapKeys()
+ description: Returns the keys of the map as array.
+ - sql: MAP_VALUES(map)
Review Comment:
This is just a special case. the spark logical is same. but it has unordered
description
--
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]