[
https://issues.apache.org/jira/browse/TAJO-1341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14361800#comment-14361800
]
YeonSu Han commented on TAJO-1341:
----------------------------------
Hi Hyunsik,
I think that don't need to fix the this issues.
If either number is a floating-point number, the result is a floating-point
number that represents the remainder.
12 mod 4.3 = 3.4
12.6 mod 5 = 2.59
47.9 mod 9.35 = 1.15
via https://msdn.microsoft.com/en-us/library/se0w9esz.aspx
> The result type of modular operation must be integer.
> -----------------------------------------------------
>
> Key: TAJO-1341
> URL: https://issues.apache.org/jira/browse/TAJO-1341
> Project: Tajo
> Issue Type: Bug
> Reporter: Hyunsik Choi
> Assignee: YeonSu Han
> Fix For: 0.11.0
>
>
> The result data type of all modular operations must be integer. But, in the
> current implementation, it can be real data types. We need to fix it.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)