mgaido91 commented on issue #23232: [SPARK-26233][SQL][BACKPORT-2.4] CheckOverflow when encoding a decimal value URL: https://github.com/apache/spark/pull/23232#issuecomment-446154049 No @cloud-fan that case is fine, the problem happens only if the value is passed to some other operations, because they think it has a given precision and scale (based on the data type), but it may have not (before the patch).
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
