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/08 15:46:35 UTC

[jira] [Created] (TAJO-399) Simple cast expression in function parameter does not work properly

Hyunsik Choi created TAJO-399:
---------------------------------

             Summary: Simple cast expression in function parameter does not work properly
                 Key: TAJO-399
                 URL: https://issues.apache.org/jira/browse/TAJO-399
             Project: Tajo
          Issue Type: Improvement
          Components: operator/function/udf, parser
            Reporter: Hyunsik Choi
            Assignee: Hyunsik Choi
             Fix For: 0.8-incubating


See the title. The below SQL statement is an example of this issue.
{code}
select abs(1.0::float4);
{code}



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