davidradl commented on code in PR #28970:
URL: https://github.com/apache/flink/pull/28970#discussion_r3784326359
##########
docs/data/sql_functions.yml:
##########
@@ -925,6 +925,21 @@ collection:
- sql: MAP_ENTRIES(map)
table: MAP.mapEntries()
description: Returns an array of all entries in the given map. No order
guaranteed.
+ - sql: MAP_CONTAINS_KEY(map, key)
Review Comment:
I am curious if the parameter key is a castable to the key in the map, does
this work? Can we add tests and document what we find around this edge case?
--
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]