Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DongLiang-0 committed Sep 9, 2024
1 parent e167463 commit 94157b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ public void testTimeExampleTypes() throws Exception {
String table = dorisOptions.getTopicMapTable(topic);
List<String> expected =
Collections.singletonList(
"1,2024-09-09 12:34:56,2024-09-09 12:34:56,2024-09-09,12:34:56,12:34:56,37091106000000");
"1,2024-09-09T12:34:56,2024-09-09T12:34:56,2024-09-09,12:34:56,12:34:56,37091106000000");
Thread.sleep(10000);
String query = String.format("select * from %s.%s order by id", database, table);
checkResult(expected, query, 7);
Expand Down

0 comments on commit 94157b5

Please sign in to comment.