snuyanzin commented on code in PR #3733: URL: https://github.com/apache/calcite/pull/3733#discussion_r1573881134
########## babel/src/test/resources/sql/redshift.iq: ########## @@ -288,12 +288,12 @@ select percentile_disc(0.6) within group (order by sal) from emp group by deptno # STDDEV_SAMP and STDDEV_POP select stddev_samp(sal) from emp; EXPR$0 -1182.503223516271873450023122131824493408203125 +1182.50 !ok select stddev_pop(sal) from emp; EXPR$0 -1139.488618295281639802851714193820953369140625 +1139.48 Review Comment: it looks like here should be `1139.49` -- 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]
