loneylee opened a new issue, #7673:
URL: https://github.com/apache/incubator-gluten/issues/7673
### Backend
CH (ClickHouse)
### Bug description
with`spark.sql.autoBroadcastJoinThreshold=-1`
```
select l_orderkey
from lineitem
inner join orders
on l_orderkey = o_orderkey
and ((l_shipdate = '2024-01-01' and l_partkey=1 and l_suppkey>2 and
o_orderpriority=1) or l_shipmode>o_comment)
order by l_orderkey limit 1
```
causes infinite loop
### 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]