lgbo-ustc opened a new issue, #8443: URL: https://github.com/apache/incubator-gluten/issues/8443
### Backend CH (ClickHouse) ### Bug description [Expected behavior] and [actual behavior]. ```sql select * from tpch_pq.nation as t1 full join tpch_pq.nation as t2 on t1.n_nationkey = t2.n_nationkey; ``` Above query only generates 25 rows, it should be 50. ### 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]
