Details
Description
We should remove DecimalType.Unlimited, because BigDecimal does not really support unlimited precision, especially for division.
We can have maximum precision as 38 (to match with Hive 0.13+). The default precision and scale could be (38, 18).
Attachments
Issue Links
- is related to
-
SPARK-9356 Remove the internal use of DecimalType.Unlimited
- Resolved
- links to