Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
feiniaofeiafei committed Oct 23, 2024
1 parent 863e2ea commit 0798760
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@ void inferPredicateFromExcept() {
}

@Test
void PullUpPredicateFromAggregate() {
void pullUpPredicateFromAggregate() {
String sql
= "select * from (select avg(age) c1,id from student where age <10 group by id) t1"
+ " inner join score t2 on t2.sid=t1.c1";
Expand Down

0 comments on commit 0798760

Please sign in to comment.