[
https://issues.apache.org/jira/browse/TAJO-249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13797486#comment-13797486
]
Hyunsik Choi commented on TAJO-249:
-----------------------------------
Did you transform 'between' expression to and two expressions? If not, that may
be problem because Tajo does not support 'between' expression yet.
> Wrong evaluation case of boolean expression
> -------------------------------------------
>
> Key: TAJO-249
> URL: https://issues.apache.org/jira/browse/TAJO-249
> Project: Tajo
> Issue Type: Bug
> Components: planner/optimizer
> Reporter: Hyunsik Choi
> Assignee: Hyunsik Choi
> Priority: Critical
> Fix For: 0.2-incubating
>
>
> The below boolean expressions causes wrong evaluation results.
> {code}
> WHERE date_a BETWEEN 20130705 AND 20130715
> AND ((date_b BETWEEN 20100101 AND 20120601) OR date_b > 20130715)
> AND (date_c < 20120601 OR date_c > 20130715)
> AND date_d > 20130715
> {code}
--
This message was sent by Atlassian JIRA
(v6.1#6144)