[
https://issues.apache.org/jira/browse/TAJO-365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13839909#comment-13839909
]
DaeMyung Kang commented on TAJO-365:
------------------------------------
[~sirpkt] hi. it is because of TAJO type convention FLOAT4 to FLOAT8.
for example.
at that time, 0.4f will be converted to 0.4000000035(double)
so it makes different result.
the good way to solve this problem is that change default float point value
from FLOAT4 to FLOAT8.
but I think it is another issue
> Implement degrees/radians function
> ----------------------------------
>
> Key: TAJO-365
> URL: https://issues.apache.org/jira/browse/TAJO-365
> Project: Tajo
> Issue Type: Sub-task
> Components: operator/function/udf
> Reporter: DaeMyung Kang
> Assignee: DaeMyung Kang
> Priority: Minor
> Attachments: TAJO-365.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.1#6144)