Hisoka-X commented on code in PR #7881:
URL: https://github.com/apache/seatunnel/pull/7881#discussion_r1809755607
##########
docs/en/transform-v2/sql-functions.md:
##########
@@ -973,3 +973,14 @@ It is used to determine whether the condition is valid and
return different valu
Example:
case when c_string in ('c_string') then 1 else 0 end
+
+### UUID
+
+```UUID()```
Review Comment:
```suggestion
```UUID()```
Generate a uuid through java function.
```
--
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]