Description
Right now, Hive parser will parse 1.23 as double, when it's used with decimal columns, you will turn the decimal into double, lose the precision.
We should follow most database had done, parse 1.23 as double, it will be converted into double when used with double.
Attachments
Issue Links
- is related to
-
SPARK-12904 Strength reduction for integer/decimal comparisons
- Resolved
- links to