xumanbu opened a new issue, #12607:
URL: https://github.com/apache/gluten/issues/12607

   ### Backend
   
   VL (Velox)
   
   ### Bug description
   
   ```
   SELECT
         CAST(c_0/c_1 AS DECIMAL (18,2)) AS max_right_sku_cost,
   FROM tbl
   ```
   c_0:double
   c_1:double
   
   
   +--------------------------+--------------------------+   
    |                                  vanilla |                                
    velox |
    |                                     0.27 |                                
     0.28 |
   +--------------------------+--------------------------+
   
   +--------------+--------------------------+--------------------------+       
                                                                                
                                                                                
     
   |                          |                                   vanilla|      
                              velox|
   +--------------+--------------------------+--------------------------+
   |           1              |                                       0.27|     
                                0.28|
   |            2            |                                        1.72|     
                                1.73|
   
   Result row are mismatch with Vanilla Spark.
   
   
   
   ### Gluten version
   
   _No response_
   
   ### Spark version
   
   None
   
   ### Spark configurations
   
   _No response_
   
   ### System information
   
   _No response_
   
   ### Relevant logs
   
   ```bash
   
   ```


-- 
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