Skip to content

Commit

Permalink
fix sourceIT
Browse files Browse the repository at this point in the history
  • Loading branch information
DongLiang-0 committed Sep 3, 2024
1 parent 6f366d0 commit a369925
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ public void testTableSourceFilterWithUnionAll() throws Exception {
actual.add(iterator.next().toString());
}
}
String[] expected = new String[] {"+I[doris, 18]", "+I[flink, 10]"};
String[] expected = new String[] {"+I[flink, 10]", "+I[doris, 18]"};
checkResult("testTableSourceFilterWithUnionAll", expected, actual.toArray());
}

Expand Down

0 comments on commit a369925

Please sign in to comment.