You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/07/22 02:03:33 UTC

[GitHub] [spark] AngersZhuuuu edited a comment on issue #25217: [SPARK-28463][SQL][test-hadoop3.2] Thriftserver throws BigDecimal incompatible with HiveDecimal

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org