Skip to content

Commit 99a3d5c

Browse files
committed
[SPARK-52091] Add function SQL test file and answer file
1 parent 6819b42 commit 99a3d5c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SELECT length(java_method('java.util.UUID', 'randomUUID'))
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
+-----------------------------------------------+
2+
|length(java_method(java.util.UUID, randomUUID))|
3+
+-----------------------------------------------+
4+
| 36|
5+
+-----------------------------------------------+

0 commit comments

Comments
 (0)