Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Not A Problem
-
2.0.0
-
None
-
None
-
None
Description
hive> create table test_decimal (d decimal(3,2)); hive> insert into table test_decimal values (0.1); hive> select * from test_decimal; 0.10
Extra 0 is added to the end of the result.
Attachments
Issue Links
- relates to
-
HIVE-12063 Pad Decimal numbers with trailing zeros to the scale of the column
- Closed