xiedeyantu commented on PR #4754:
URL: https://github.com/apache/calcite/pull/4754#issuecomment-3765340687

   > @xiedeyantu Hi, I don't think this is caused by the decorrelation 
algorithm. It looks like a loss of significant digits during type casting. The 
failure seems to come from the `Aggregate` when computing `SUM`. I tested:
   > 
   > `SELECT SUM(empno) FROM emp GROUP BY deptno;`
   > 
   > and it fails the same way. Perhaps a new ticket needs to be created to 
record it.
   
   Thanks! I have file a new jira 
[CALCITE-7384](https://issues.apache.org/jira/browse/CALCITE-7384) to log this 
issue. 


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