Alena0704 commented on issue #2025:
URL: https://github.com/apache/cloudberry/issues/2025#issuecomment-5801209929
Maybe useful: the same reproduction returns an incorrect result (0):
```
set optimizer = off;
create table t(c0 int);
select 1 from t group by (0.5)::numeric;
```
Building with `--enable-cassert` causes `FATAL ... ("false", File:
"cdbgroupingpaths.c", Line: 1124)`.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]