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 2013/10/17 03:01:41 UTC

[jira] [Updated] (HIVE-5328) Date and timestamp type converts invalid strings to '1970-01-01'

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

Jason Dere updated HIVE-5328:
-----------------------------

    Assignee:     (was: Jason Dere)

> Date and timestamp type converts invalid strings to '1970-01-01'
> ----------------------------------------------------------------
>
>                 Key: HIVE-5328
>                 URL: https://issues.apache.org/jira/browse/HIVE-5328
>             Project: Hive
>          Issue Type: Bug
>          Components: Types
>    Affects Versions: 0.12.0
>            Reporter: Vikram Dixit K
>            Priority: Trivial
>
> {noformat}
> select
>   cast('abcd' as date),
>   cast('abcd' as timestamp)
> from src limit 1;
> {noformat}
> This prints out 1970-01-01.



--
This message was sent by Atlassian JIRA
(v6.1#6144)