[ https://issues.apache.org/jira/browse/HIVE-8114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14147019#comment-14147019 ]
Jason Dere commented on HIVE-8114: ---------------------------------- It looks like the underlying implementation of UDFLog() just uses double anyway, so it doesn't look like we are losing much if we drop the Decimal version of this function. > Type resolution for udf arguments of Decimal Type results in error > ------------------------------------------------------------------ > > Key: HIVE-8114 > URL: https://issues.apache.org/jira/browse/HIVE-8114 > Project: Hive > Issue Type: Bug > Components: Query Processor, Types > Affects Versions: 0.13.0, 0.13.1 > Reporter: Ashutosh Chauhan > > {code} > select log (2, 10.5BD) from src; > {code} > results in exception. -- This message was sent by Atlassian JIRA (v6.3.4#6332)