loudongfeng opened a new issue, #6981:
URL: https://github.com/apache/incubator-gluten/issues/6981

   ### Backend
   
   CH (ClickHouse)
   
   ### Bug description
   
   example SQL:
   ``` sql
    with dd as (
    select d_date_sk, count(*) as cn from date_dim where d_date_sk is not null 
group by d_date_sk order by cn desc limit 10) 
    select count(ss.ss_sold_date_sk) from store_sales ss, dd where 
ss_sold_date_sk=dd.d_date_sk+1;
   ```
   error log
   ``` log
   Caused by: org.apache.gluten.exception.GlutenNotSupportException: Not 
supported operator TakeOrderedAndProjectExecTransformer for BroadcastRelation
        at 
org.apache.gluten.backendsapi.clickhouse.CHSparkPlanExecApi.createBroadcastRelation(CHSparkPlanExecApi.scala:506)
   ```
   
   
   ### Spark version
   
   Spark-3.3.x
   
   ### 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]

Reply via email to