[ https://issues.apache.org/jira/browse/HIVE-20004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16528586#comment-16528586 ]
Hive QA commented on HIVE-20004: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12929526/HIVE-20004.3.patch {color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified. {color:green}SUCCESS:{color} +1 due to 14634 tests passed Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/12268/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/12268/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-12268/ Messages: {noformat} Executing org.apache.hive.ptest.execution.TestCheckPhase Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.YetusPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase {noformat} This message is automatically generated. ATTACHMENT ID: 12929526 - PreCommit-HIVE-Build > Wrong scale used by ConvertDecimal64ToDecimal results in incorrect results > -------------------------------------------------------------------------- > > Key: HIVE-20004 > URL: https://issues.apache.org/jira/browse/HIVE-20004 > Project: Hive > Issue Type: Bug > Affects Versions: 3.1.0, 3.0.1, 4.0.0 > Reporter: Prasanth Jayachandran > Assignee: Prasanth Jayachandran > Priority: Critical > Attachments: HIVE-20004.1.patch, HIVE-20004.2.patch, > HIVE-20004.3.patch > > > ConvertDecimal64ToDecimal uses scale from output column vector which results > in incorrect results. > Input: decimal(8,1) Output: decimal(9,2) > Input value: 963.8 gets converted to 96.38 which is wrong. The scale should > not change this case (value should be 963.8 even after the conversion). -- This message was sent by Atlassian JIRA (v7.6.3#76005)