snuyanzin commented on code in PR #15797:
URL: https://github.com/apache/flink/pull/15797#discussion_r1118545569
##########
flink-python/docs/reference/pyflink.table/expressions.rst:
##########
@@ -226,6 +227,8 @@ advanced type helper functions
Expression.element
Expression.array_contains
Expression.array_distinct
+ Expression.map_keys
+ Expression.map_values
Review Comment:
`map_from_arrays` is not a function, is is expression defined in
`pyflink/table/expressions.py`
Expressions from there are defined in a separate section. That's the reason
##########
flink-python/docs/reference/pyflink.table/expressions.rst:
##########
@@ -226,6 +227,8 @@ advanced type helper functions
Expression.element
Expression.array_contains
Expression.array_distinct
+ Expression.map_keys
+ Expression.map_values
Review Comment:
`map_from_arrays` is not a function, is is an expression defined in
`pyflink/table/expressions.py`
Expressions from there are defined in a separate section. That's the reason
--
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]