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)