Skip to content

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
feiniaofeiafei committed Sep 2, 2024
1 parent f3caba8 commit de1728a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ public void testNotRewriteBecauseFuncIsMoreThanOne1() {
PlanChecker.from(connectContext).analyze(sql).rewrite()
.nonMatch(logicalFilter(logicalOlapScan()));
}

@Test
public void testNotRewriteBecauseFuncIsMoreThanOne2() {
String sql = "select id, min(score), min(name) from max_t group by id having min(score)<10 and min(name)<'abc'";
Expand Down

0 comments on commit de1728a

Please sign in to comment.