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

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


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