Skip to content

Commit

Permalink
Update core/src/test/java/org/opensearch/sql/expression/json/JsonFunc…
Browse files Browse the repository at this point in the history
…tionsTest.java

Co-authored-by: Taylor Curran <[email protected]>
Signed-off-by: kenrickyap <[email protected]>
  • Loading branch information
kenrickyap and currantw authored Jan 30, 2025
1 parent e57fa21 commit 112be65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ void json_extract_search_arrays_out_of_bound() {
@Test
void json_extract_search_arrays() {
String jsonArray = "{\"a\":[1,2.3,\"abc\",true,null,{\"c\":{\"d\":1}},[1,2,3]]}";
List<ExprValue> expectedExprValue =
List<ExprValue> expectedExprValues =
List.of(
new ExprIntegerValue(1),
new ExprFloatValue(2.3),
Expand Down

0 comments on commit 112be65

Please sign in to comment.