xiedeyantu commented on code in PR #4495:
URL: https://github.com/apache/calcite/pull/4495#discussion_r2260901551


##########
core/src/test/resources/sql/agg.iq:
##########
@@ -3897,4 +3897,66 @@ EnumerableCalc(expr#0=[{inputs}], 
expr#1=[CAST($t0):BIGINT NOT NULL], M=[$t1])
       EnumerableTableScan(table=[[scott, EMP]])
 !plan
 
+# [CALCITE-7126] The calculation result of grouping function is wrong
+SELECT deptno, job, sal, SUM(comm),

Review Comment:
   This result has been verified in pgsql, just see: 
[here](https://onecompiler.com/postgresql/43st9kggt)



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