Hisoka-X commented on code in PR #7928:
URL: https://github.com/apache/seatunnel/pull/7928#discussion_r1833929526
##########
docs/en/transform-v2/sql-functions.md:
##########
@@ -984,3 +984,33 @@ Example:
select UUID() as seatunnel_uuid
+### ARRAY
+
+Generate an array.
+
+Example:
+
+select ARRAY('test1','test2','test3') as arrays
+
+### SPLIT
Review Comment:
The split method should be string function. Please move it to
https://github.com/apache/seatunnel/blob/dev/docs/en/transform-v2/sql-functions.md#string-functions
--
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]