beliefer opened a new issue, #11057:
URL: https://github.com/apache/incubator-gluten/issues/11057
### Backend
VL (Velox)
### Bug description
There is a SQL show below.
```
select
20251026 ,
os_name ,
count(distinct a.aid)
from
(select ..) a
where
a.ds = '20251026'
group by
```
The subquery a have the same results between Spark3.2.2 and Gluten 1.3. But
the outer query returns different results.
The output of Spark 3.2.2
```
20251026 1 847
20251026 2 527
```
The output of Spark 3.2.2 + Gluten 1.3
```
20251026 1 846
20251026 2 528
```
### Gluten version
_No response_
### Spark version
None
### Spark configurations
_No response_
### System information
_No response_
### Relevant logs
```bash
```
--
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]