rui-mo commented on PR #6954: URL: https://github.com/apache/incubator-gluten/pull/6954#issuecomment-2311516112
Hi @jiangjiangtian, this adjustment, as I recall, is for the situation where one performs an arithmetic operation between a decimal and a number. In this instance, the precision and scale of the decimal input acquired from Spark are (38, 18), which are inconsistent with the real values. In order to produce accurate results, we need additional logic to extract the accurate precision and scale that native computing requires. -- 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]
