lgbo-ustc opened a new issue, #7108: URL: https://github.com/apache/incubator-gluten/issues/7108
### Backend CH (ClickHouse) ### Bug description [Expected behavior] and [actual behavior]. We have a sql as following ```sql select t1 left join t2 on t1.a = t2.a ``` `t2` only contains less then 100 rows, the the final plan uses `t1` as the build side table. ### 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]
