Skip to content

Commit

Permalink
modify fe ut
Browse files Browse the repository at this point in the history
  • Loading branch information
feiniaofeiafei committed Apr 15, 2024
1 parent e2832b9 commit 4be8de6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ void testAssertRows() {
void testWindow() {
// partition by uniform
Plan plan = PlanChecker.from(connectContext)
.analyze("select id, row_number() over(partition by id) from agg where id =1")
.analyze("select id, row_number() over(partition by name) from agg where name ='d'")
.rewrite()
.getPlan();
Assertions.assertTrue(plan.getLogicalProperties()
Expand Down

0 comments on commit 4be8de6

Please sign in to comment.