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


##########
docs/en/transform-v2/sql-functions.md:
##########
@@ -693,7 +693,7 @@ CURRENT_TIMESTAMP
 
 ### DATEADD / TIMESTAMPADD
 
-```DATEADD| TIMESTAMPADD(dateAndTime, addIntLong, datetimeFieldString)```
+```DATEADD | TIMESTAMPADD(dateAndTime, addIntLong, datetimeFieldString) -> 
dateAndTime (same type)```

Review Comment:
   ```suggestion
   ```DATEADD | TIMESTAMPADD(dateAndTime, addIntLong, datetimeFieldString) -> 
type(dateAndTime)```
   ```



##########
docs/en/transform-v2/sql-functions.md:
##########
@@ -1134,7 +1135,7 @@ OUTER EXPLODE: Returns NULL when array is NULL or empty, 
ensuring at least one r
 
 EXPLODE(SPLIT(field_name, separator)): Splits a string into an array using the 
specified separator, then explodes it into rows.
 
-EXPLODE(ARRAY(value1, value2, ...)): Explodes a custom-defined array into 
multiple rows.

Review Comment:
   this should be revert.



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