Description
In UnsafeRow, we use the private field of BigInteger for better performance, but it actually didn't contribute much to end-to-end runtime, and make it not portable (may fail on other JVM implementations).
So we should use the public API instead.
Attachments
Issue Links
- relates to
-
SPARK-9644 Support update DecimalType with precision > 18 in UnsafeRow
- Resolved
- links to