Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update transform.sql.out
  • Loading branch information
AngersZhuuuu committed Nov 14, 2020
commit 5b41fbc028620a289cb8bc853e8de5861428da87
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,11 @@ SELECT TRANSFORM(a)
USING 'cat'
FROM t
-- !query schema
struct<>
struct<key:string,value:string>
-- !query output
java.lang.ArrayIndexOutOfBoundsException
1
1 NULL
2 NULL
3 NULL


-- !query
Expand Down