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

[jira] [Updated] (TAJO-442) Cast operator with nested functions causes NPE

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

Hyunsik Choi updated TAJO-442:
------------------------------

    Attachment: TAJO-442.patch

I've uploaded the bug fix.

> Cast operator with nested functions causes NPE
> ----------------------------------------------
>
>                 Key: TAJO-442
>                 URL: https://issues.apache.org/jira/browse/TAJO-442
>             Project: Tajo
>          Issue Type: Bug
>          Components: operator/expression
>            Reporter: Hyunsik Choi
>            Assignee: Hyunsik Choi
>             Fix For: 0.8-incubating
>
>         Attachments: TAJO-442.patch
>
>
> The following code reproduces the error case.
> {code}
> select to_timestamp(CAST(split_part('1386577650.123', '.', 1) as INT8));
> {code}



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)