[ https://issues.apache.org/jira/browse/HIVE-20082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16553484#comment-16553484 ]
Jason Dere commented on HIVE-20082: ----------------------------------- Which differences are you referring to? I think any changes in this patch have to do with the change in decimal-to-string conversion, so either extra 0-padding or change in the string cast function name. > HiveDecimal to string conversion doesn't format the decimal correctly - master > ------------------------------------------------------------------------------ > > Key: HIVE-20082 > URL: https://issues.apache.org/jira/browse/HIVE-20082 > Project: Hive > Issue Type: Bug > Reporter: Sergey Shelukhin > Assignee: Jason Dere > Priority: Major > Attachments: HIVE-20082.1.patch, HIVE-20082.2.patch, > HIVE-20082.3.patch, HIVE-20082.4.patch > > > Example: LPAD on a decimal(7,1) values of 0 returns "0" (plus padding) but it > should be "0.0" (plus padding) -- This message was sent by Atlassian JIRA (v7.6.3#76005)