Skip to content

Commit

Permalink
Update integration test
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Kwok <[email protected]>
  • Loading branch information
andy-k-improving committed Nov 27, 2024
1 parent b85826c commit 27af958
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,9 @@ public void testRegressionOnDateFormatChange() throws IOException {
Arrays.asList(
"2015-01-01 00:00:00.000",
"2015-01-01 12:10:30.000",
"1585882955", // by existing design, this is not formatted in MySQL standard format
// Conversion will be applied when dateTime is stored on unix timestamp,
// https://github.com/opensearch-project/sql/pull/3160
"2020-04-03 03:02:35.000",
"2020-04-08 06:10:30.000");

assertThat(actualDateList, equalTo(expectedDateList));
Expand Down

0 comments on commit 27af958

Please sign in to comment.