Skip to content

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
ABingHuang committed Jan 31, 2023
1 parent 61d5f75 commit 2d0295d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1283,7 +1283,6 @@ public void testUnionRewrite() throws Exception {
String query4 = "select c3, sum(c2) from test_base_part group by c3";
String plan4 = getFragmentPlan(query4);
PlanTestBase.assertContains(plan4, "ttl_union_mv_1", "UNION", "test_base_part");
PlanTestBase.assertNotContains(plan4, "ttl_union_mv_1");
dropMv("test", "ttl_union_mv_1");

starRocksAssert.withTable("CREATE TABLE multi_mv_table (\n" +
Expand Down

0 comments on commit 2d0295d

Please sign in to comment.