xiedeyantu commented on code in PR #4636: URL: https://github.com/apache/calcite/pull/4636#discussion_r2532015926
########## core/src/test/resources/sql/agg.iq: ########## @@ -1838,14 +1838,14 @@ group by deptno; select count(distinct deptno) as cd, count(*) as c from "scott".emp group by cube(deptno); -+----+---+ -| CD | C | -+----+---+ -| 1 | 3 | -| 1 | 5 | -| 1 | 6 | -| 3 | 3 | -+----+---+ ++----+----+ +| CD | C | ++----+----+ +| 1 | 3 | +| 1 | 5 | +| 1 | 6 | +| 3 | 14 | Review Comment: 3, 14 are correct, verified by PgSQL -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
