Skip to content

Commit

Permalink
delete print
Browse files Browse the repository at this point in the history
Signed-off-by: before-Sunrise <[email protected]>
  • Loading branch information
before-Sunrise committed Sep 3, 2024
1 parent df291d2 commit 75c0147
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3282,7 +3282,6 @@ public void testOuterJoinOnConstValue() throws Exception {
" `AGGED_GROUP_FIND_L_TABLE`.`GROUPED_FIND_LITERAL` = `JOINED_AGGED_SEQUENCE_R_TABLE`.`JOINED_LITERAL`\n" +
" );";
String plan = getFragmentPlan(query);
System.out.println(plan);
//outer join can not use const expr replacement optimization because it may generate null values
assertContains(plan, "10:Project\n" +
" | <slot 29> : 29: expr\n" +
Expand Down

0 comments on commit 75c0147

Please sign in to comment.