[ 
https://issues.apache.org/jira/browse/HIVE-22986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17052624#comment-17052624
 ] 

Gopal Vijayaraghavan commented on HIVE-22986:
---------------------------------------------

Is 

{code}
+        if (castTypeDecimal && inputTypeDecimal && commonPhysicalVariation == 
DataTypePhysicalVariation.DECIMAL_64) {
+          return null;
+        }
{code}

the actual change needed? Waiting for the scale-up casting tests to confirm, if 
this didn't break scale-up.

> Prevent Decimal64 to Decimal conversion when other operations support 
> Decimal64
> -------------------------------------------------------------------------------
>
>                 Key: HIVE-22986
>                 URL: https://issues.apache.org/jira/browse/HIVE-22986
>             Project: Hive
>          Issue Type: Bug
>          Components: Vectorization
>            Reporter: Ramesh Kumar Thangarajan
>            Assignee: Ramesh Kumar Thangarajan
>            Priority: Major
>         Attachments: HIVE-22986.1.patch
>
>
> Prevent Decimal64 to Decimal conversion when other operations support 
> Decimal64



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to