Ted Yu created HIVE-9061:
----------------------------
Summary: BigDecimal is constructed from double in
TestFileDump#testDataDump()
Key: HIVE-9061
URL: https://issues.apache.org/jira/browse/HIVE-9061
Project: Hive
Issue Type: Test
Reporter: Ted Yu
Priority: Minor
Here is one example:
{code}
HiveDecimal.create(new BigDecimal(4.2222)),
{code}
BigDecimal should be constructed from String: new BigDecimal("4.2222")
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
