wForget commented on issue #11057:
URL:
https://github.com/apache/incubator-gluten/issues/11057#issuecomment-3510016133
Could you check if the results are consistent after adding `aid` to group?
like:
```
select
20251026 ,
os_name ,
a.aid,
count(a.aid)
from
(select ..) a
where
a.ds = '20251026'
group by ds, os_name, a.aid
```
--
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]