[ https://issues.apache.org/jira/browse/HIVE-20083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Sergey Shelukhin updated HIVE-20083: ------------------------------------ Description: Example: LPAD on a decimal(7,1) values of 0 returns "0" (plus padding) but it should be "0.0" (plus padding) HiveDecimal impl is significantly different between branch-1 and master. This is for the pre-FastDecimal fix. was: Example: LPAD on a decimal(7,1) values of 0 returns "0" but it should be "0.0". HiveDecimal impl is significantly different between branch-1 and master. This is for the pre-FastDecimal fix. > HiveDecimal to string conversion doesn't format the decimal correctly - > branch-1 > -------------------------------------------------------------------------------- > > Key: HIVE-20083 > URL: https://issues.apache.org/jira/browse/HIVE-20083 > Project: Hive > Issue Type: Bug > Reporter: Sergey Shelukhin > Assignee: Jason Dere > Priority: Major > > Example: LPAD on a decimal(7,1) values of 0 returns "0" (plus padding) but it > should be "0.0" (plus padding) > HiveDecimal impl is significantly different between branch-1 and master. This > is for the pre-FastDecimal fix. -- This message was sent by Atlassian JIRA (v7.6.3#76005)