You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Hyunsik Choi (JIRA)" <ji...@apache.org> on 2014/08/12 07:22:12 UTC

[jira] [Comment Edited] (TAJO-1003) wrong converting to_timestamp(text, text)

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

Hyunsik Choi edited comment on TAJO-1003 at 8/12/14 5:20 AM:
-------------------------------------------------------------

Hi [~Christian Schwabe], 

I'm trying to reproduce your problem. For more exact reproduction, I need some information.
* Could you check and share your timezone as follows?
{code}
hyunsik@dbserver ~ $ echo $TZ
_
hyunsik@dbserver ~ $ date
Tue Aug 12 14:18:19 KST 2014
hyunsik@dbserver ~ $ 
{code}
* Is your version either 0.9.0-SNAPSHOT or 0.8.0 release?


was (Author: hyunsik):
Hi [~Christian Schwabe], 

I'm trying to reproduce your problem. For more exact reproduction, I need some information for debugging.
* Could you check and share your timezone as follows?
{code}
hyunsik@dbserver ~ $ echo $TZ
_
hyunsik@dbserver ~ $ date
Tue Aug 12 14:18:19 KST 2014
hyunsik@dbserver ~ $ 
{code}
* Is your version either 0.9.0-SNAPSHOT or 0.8.0 release?

> wrong converting to_timestamp(text, text)
> -----------------------------------------
>
>                 Key: TAJO-1003
>                 URL: https://issues.apache.org/jira/browse/TAJO-1003
>             Project: Tajo
>          Issue Type: Bug
>          Components: function/udf
>    Affects Versions: 0.9.0
>         Environment: 0.9.0-SNAPSHOT
>            Reporter: Christian Schwabe
>            Assignee: Hyunsik Choi
>
> >> SELECT to_timestamp('2011-11-11', 'YYYY-MM-DD'); results in '2011-11-10 23:00:00' I would have expected the following result '2011-11-11 00:00:00'
> ALSO:
> >> SELECT to_timestamp(2011-11-11', 'DD-MM-YYYY'); results in '0017-05-02 23:00:00' 



--
This message was sent by Atlassian JIRA
(v6.2#6252)