Navis created TAJO-1446:
---------------------------

             Summary: 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


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