zml1206 opened a new issue, #7362:
URL: https://github.com/apache/incubator-gluten/issues/7362
### Backend
VL (Velox)
### Bug description
```
select count(1) from lineitem
where (l_shipmode in ('TRUCK', 'MAIL') or l_shipmode in ('AIR', 'FOB'))
and l_shipmode in ('RAIL','SHIP')
```
vanilla spark is 0, gluten have the same results with sql
```
select count(1) from lineitem
where l_shipmode in ('TRUCK', 'MAIL') or l_shipmode in ('AIR', 'FOB')
or l_shipmode in ('RAIL','SHIP')
```
### Spark version
None
### Spark configurations
_No response_
### System information
_No response_
### Relevant logs
_No response_
--
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]