xuzifu666 commented on code in PR #5095: URL: https://github.com/apache/calcite/pull/5095#discussion_r3565816200
########## core/src/test/resources/sql/agg.iq: ########## @@ -3844,6 +3844,52 @@ select distinct sum(deptno + '1') as deptsum from dept order by 1; !ok +# [CALCITE-4644] Add PERCENTILE_CONT and PERCENTILE_DISC aggregate functions. +# PERCENTILE_CONT / PERCENTILE_DISC without GROUP BY. +select Review Comment: The result is validated in PostgreSQL in https://onecompiler.com/postgresql/44u4qdgpy and result is as expected -- 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]
