Hisoka-X commented on code in PR #7928:
URL: https://github.com/apache/seatunnel/pull/7928#discussion_r1821775150


##########
docs/en/transform-v2/explode.md:
##########
@@ -0,0 +1,67 @@
+# Explode
+
+> Explode transform plugin
+
+## Description
+
+Split a row of data into multiple data according to the specified delimiter.

Review Comment:
   Thanks @liunaijie , I think you speak to the point.
   > More over, we can add explode as a sql function
   
   Yes, I like sql function more.
   
   > select explode(split(str_col,';'))
   
   This way more clear and better. cc @CosmosNi WDYT?



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