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


##########
flink-python/pyflink/table/expression.py:
##########
@@ -1487,6 +1487,24 @@ def array_distinct(self) -> 'Expression':
         """
         return _binary_op("arrayDistinct")(self)
 
+    @property
+    def map_keys(self) -> 'Expression':
+        """
+        Returns the keys of the map as array.
+

Review Comment:
   same comments Ditto add unorder



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