Skip to content

Commit

Permalink
update ut
Browse files Browse the repository at this point in the history
  • Loading branch information
Seaven authored and kangkaisen committed Jan 4, 2022
1 parent 8dfeaad commit 2ffdf30
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5245,7 +5245,9 @@ public void testProjectReuse() throws Exception {
public void testOnlyCrossJoin() throws Exception {
String sql = "select * from t0 as x0 join t1 as x1 on (1 = 2) is not null;";
String plan = getFragmentPlan(sql);
Assert.assertTrue(plan.contains(" OUTPUT EXPRS:4: expr | 4: expr"));
Assert.assertTrue(plan.contains("3:CROSS JOIN\n" +
" | cross join:\n" +
" | predicates is NULL"));
}

@Test
Expand Down

0 comments on commit 2ffdf30

Please sign in to comment.