littlelittlewhite09 opened a new issue, #12356: URL: https://github.com/apache/gluten/issues/12356
### Backend VL (Velox) ### Bug description SQL:select cast (2.8 / cast(0.0130597014925373134 as decimal(38,19)) as double); Gluten: 214.39999999999998 vanilla Spark: 214.4 When the HiveTable inserted has field which is Integer Type, this issue may cause wrong result. Gluten version: 1.6.0 Spark version: 3.5.8 ### Gluten version _No response_ ### Spark version None ### Spark configurations spark.sql.decimalOperations.allowPrecisionLoss=false when spark.sql.decimalOperations.allowPrecisionLoss=true; Gluten will return right result. ### 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]
