Skip to content

Commit

Permalink
[Fix] union all test
Browse files Browse the repository at this point in the history
  • Loading branch information
MaoMiMao committed Aug 30, 2024
1 parent fd6d7d6 commit f0223dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ public void testTableSourceFilterWithUnionAll() throws Exception {
actual.add(iterator.next().toString());
}
}
String[] expected = new String[] {"+I[flink, 10]", "+I[doris, 18]"};
String[] expected = new String[] {"+I[doris, 18]", "+I[flink, 10]"};
Assert.assertArrayEquals(expected, actual.toArray());
}

Expand Down

0 comments on commit f0223dc

Please sign in to comment.