You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Jason Dere (JIRA)" <ji...@apache.org> on 2014/10/16 21:47:34 UTC

[jira] [Updated] (HIVE-8488) hash() doesn't match between string and char/varchar

     [ https://issues.apache.org/jira/browse/HIVE-8488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason Dere updated HIVE-8488:
-----------------------------
    Status: Patch Available  (was: Open)

> hash() doesn't match between string and char/varchar
> ----------------------------------------------------
>
>                 Key: HIVE-8488
>                 URL: https://issues.apache.org/jira/browse/HIVE-8488
>             Project: Hive
>          Issue Type: Bug
>          Components: UDF
>            Reporter: Jason Dere
>            Assignee: Jason Dere
>         Attachments: HIVE-8488.1.patch
>
>
> {noformat}
> hive> select * from tab1;
> OK
> val_484	val_484	val_484
> hive> select hash(c1), hash(c2), hash(c3) from tab1;
> OK
> 230901778	1973712113	1973712113
> {noformat}
> This may throw off users expecting string/varchar/char types to be fairly interchangeable.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)