Skip to content

[VL] Diff of in_or_and #7362

@zml1206

Description

@zml1206

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingtriage

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions