snuyanzin commented on code in PR #22745:
URL: https://github.com/apache/flink/pull/22745#discussion_r1245789357
##########
docs/data/sql_functions.yml:
##########
@@ -658,6 +658,9 @@ collection:
- sql: MAP_FROM_ARRAYS(array_of_keys, array_of_values)
table: mapFromArrays(array_of_keys, array_of_values)
description: Returns a map created from an arrays of keys and values. Note
that the lengths of two arrays should be the same.
+ - sql: MAP_FROM_ENTRIES(array_of_rows)
+ table: mapFromEntries(array_of_rows)
+ description: Returns a map created from an arrays of row with two fields.
Review Comment:
```suggestion
description: Returns a map created from an array of rows consisting of
two fields.
```
--
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]