liuyongvs commented on code in PR #22312:
URL: https://github.com/apache/flink/pull/22312#discussion_r1201400315


##########
docs/data/sql_functions.yml:
##########
@@ -646,6 +646,9 @@ collection:
   - sql: MAP_VALUES(map)
     table: MAP.mapValues()
     description: Returns the values of the map as array. No order guaranteed.
+  - sql: MAP_ENTRIES(map)
+    table: MAP.mapEntries()
+    description: Returns an unordered array of all entries in the given map. 
No order guaranteed.

Review Comment:
   keys are not sorted, i will remove it @snuyanzin 



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