[ https://issues.apache.org/jira/browse/HIVE-10270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jason Dere updated HIVE-10270: ------------------------------ Attachment: HIVE-10270.5.patch TestBinarySortableFast failure was due to the fact that HIVE-9937 had duplicated some BinarySortableSerDe serialization logic including for decimals. For Patch v5 I have refactored it so both BinarySortableSerDe and BinarySortableSerializeWrite both call into the same common logic, and updated the tests for TestBinarySortableFast, similar to TestBinarySortableSerDe. > Cannot use Decimal constants less than 0.1BD > -------------------------------------------- > > Key: HIVE-10270 > URL: https://issues.apache.org/jira/browse/HIVE-10270 > Project: Hive > Issue Type: Bug > Components: Types > Reporter: Jason Dere > Assignee: Jason Dere > Attachments: HIVE-10270.1.patch, HIVE-10270.2.patch, > HIVE-10270.3.patch, HIVE-10270.4.patch, HIVE-10270.5.patch > > > {noformat} > hive> select 0.09765625BD; > FAILED: IllegalArgumentException Decimal scale must be less than or equal to > precision > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)