[ https://issues.apache.org/jira/browse/HIVE-25263?focusedWorklogId=620902&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-620902 ]
ASF GitHub Bot logged work on HIVE-25263: ----------------------------------------- Author: ASF GitHub Bot Created on: 09/Jul/21 08:46 Start Date: 09/Jul/21 08:46 Worklog Time Spent: 10m Work Description: lcspinter merged pull request #2406: URL: https://github.com/apache/hive/pull/2406 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 620902) Remaining Estimate: 0h Time Spent: 10m > CAST operation with decimal resulting to NULL > --------------------------------------------- > > Key: HIVE-25263 > URL: https://issues.apache.org/jira/browse/HIVE-25263 > Project: Hive > Issue Type: Bug > Reporter: László Pintér > Assignee: László Pintér > Priority: Major > Time Spent: 10m > Remaining Estimate: 0h > > Some queries using cast to decimal and addition operation result in null > values. Ex: > {code:sql} > SELECT CAST('123456789123' AS DECIMAL(22,2)) + 1; > SELECT CAST('99' AS DECIMAL(5,2)) + 8; > {code} -- This message was sent by Atlassian Jira (v8.3.4#803005)