snuyanzin commented on code in PR #3733:
URL: https://github.com/apache/calcite/pull/3733#discussion_r1573881497


##########
babel/src/test/resources/sql/redshift.iq:
##########
@@ -378,10 +378,10 @@ select empno, avg(sal) over (order by empno rows 
unbounded preceding) from emp w
 EMPNO, EXPR$1
 7499, 1600.00
 7521, 1425.00
-7654, 1366.666666666667
+7654, 1366.66
 7698, 1737.50
 7844, 1690.00
-7900, 1566.666666666667
+7900, 1566.66

Review Comment:
   same issue with rounding



-- 
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]

Reply via email to