Skip to content

Commit

Permalink
Formatting fixes.
Browse files Browse the repository at this point in the history
Signed-off-by: forestmvey <[email protected]>
  • Loading branch information
forestmvey committed Jun 28, 2023
1 parent a2d0009 commit 51094dd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions integ-test/src/test/java/org/opensearch/sql/sql/NestedIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -550,9 +550,9 @@ public void nested_function_with_date_types_as_object_arrays_within_arrays_test(
verifyDataRows(result,
rows(new JSONObject(Map.of("dateAndTime","1984-04-12 09:07:42"))),
rows(new JSONArray(
List.of(
Map.of("dateAndTime", "2023-05-03 08:07:42"),
Map.of("dateAndTime", "2001-11-11 04:07:44"))
List.of(
Map.of("dateAndTime", "2023-05-03 08:07:42"),
Map.of("dateAndTime", "2001-11-11 04:07:44"))
)
),
rows(new JSONObject(Map.of("dateAndTime", "1966-03-19 03:04:55"))),
Expand All @@ -564,8 +564,8 @@ public void nested_function_with_date_types_as_object_arrays_within_arrays_test(
rows(new JSONObject(Map.of("dateAndTime", "1933-12-12 05:05:45"))),
rows(new JSONObject(Map.of("dateAndTime", "1909-06-17 01:04:21"))),
rows(new JSONArray(
List.of(
Map.of("dateAndTime", "2001-11-11 04:07:44"))
List.of(
Map.of("dateAndTime", "2001-11-11 04:07:44"))
)
)
);
Expand Down

0 comments on commit 51094dd

Please sign in to comment.