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:11:06 UTC

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

Hyunsik Choi created TAJO-442:
---------------------------------

             Summary: 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


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)