Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-wtrefon committed Dec 5, 2024
1 parent 7556f65 commit 218299f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,7 @@ static Stream<Arguments> parseFromJsonArguments() {
+ " ] } ",
"ARRAY(OBJECT(name VARCHAR, id LONG))"),
// array
arguments("{\"testColumnName\": [1,2,3] }", "ARRAY(LONG)"),
arguments("{ \"testColumnName\": [] }", "ARRAY(VARCHAR(16777216))"));
arguments("{\"testColumnName\": [1,2,3] }", "ARRAY(LONG)"));
}

@ParameterizedTest
Expand Down

0 comments on commit 218299f

Please sign in to comment.