AngersZhuuuu edited a comment on issue #25217: [SPARK-28463][SQL][test-hadoop3.2] Thriftserver throws BigDecimal incompatible with HiveDecimal URL: https://github.com/apache/spark/pull/25217#issuecomment-513611787 Since in SparkThirftServer, DecimalType will always get value of java.math.BigDecimal. And HiveDecimal is a new class of high hive version, HiveDecimal can be created by BigDecimal Bug can't just cast BigDecimal to HiveDecimal. It is ok to change this code back to v1.2.1's method.
---------------------------------------------------------------- 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. 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]
