[ 
https://issues.apache.org/jira/browse/TAJO-1446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14377491#comment-14377491
 ] 

ASF GitHub Bot commented on TAJO-1446:
--------------------------------------

Github user navis closed the pull request at:

    https://github.com/apache/tajo/pull/457


> Comparison of boolean datum is not valid
> ----------------------------------------
>
>                 Key: TAJO-1446
>                 URL: https://issues.apache.org/jira/browse/TAJO-1446
>             Project: Tajo
>          Issue Type: Bug
>            Reporter: Navis
>            Assignee: Navis
>             Fix For: 0.11.0
>
>
> This is not valid.
> {code}
> if (val && !datum.asBool()) {
>   return -1;
> } else if (val && datum.asBool()) {
>   return 1;
> } else {
>   return 0;
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to