helloppx
helloppx
> How about add a test in `RelToSqlConverterTest` ? I did some research. If we want to reproduce this JIRA case, we must use `SqlToRelConverter` to convert SQL to REL...
> I add a test case in RelToSqlConverterTest, it seems to produce a correct sql > > ``` > @Test public void testGroupByWithLimitPlan() { > String query = "SELECT sum(\"salary\")...
> Currently, I'm using `RelToSqlConverter` in my project, so I spent some time on this. > I tried to fix this in `buildAggregate`, and it's affected 5 test cases in...