yuxiqian commented on code in PR #4496:
URL: https://github.com/apache/flink-cdc/pull/4496#discussion_r3776652646


##########
docs/content/docs/core-concept/transform.md:
##########
@@ -282,6 +282,13 @@ Struct functions are used to access elements in ARRAY, 
MAP, ROW, and VARIANT typ
 
 | Function | Janino Code | Description |
 | -------- | ----------- | ----------- |
+| ARRAY[value, ...] | array(value, ...) | Creates an array from the given 
values. The values must have a common type. |

Review Comment:
   Shall we add a bad-case test where element types differ?



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