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

   ### Backend
   
   CH (ClickHouse)
   
   ### Bug description
   
   sql:
   ```
   create fact_table(
     week_beg_dt date,
      gmv decimal(19, 4),
      total_items int
   )
   spark.sql(sql).show(10)
   
   select sum(gmv), sum(total_items) from fact_table
   where extract(month from week_beg_dt) = 13
   ```
   
   exception:
   
![image](https://github.com/apache/incubator-gluten/assets/23639010/d0314e03-0469-42f3-99d4-2cebf6f7e3a0)
   
   ### 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]

Reply via email to