You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Hyunsik Choi (JIRA)" <ji...@apache.org> on 2014/02/25 10:17:19 UTC

[jira] [Updated] (TAJO-633) Between clause can cause Unknown EvalNode

     [ https://issues.apache.org/jira/browse/TAJO-633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hyunsik Choi updated TAJO-633:
------------------------------

    Priority: Minor  (was: Major)

> Between clause can cause Unknown EvalNode
> -----------------------------------------
>
>                 Key: TAJO-633
>                 URL: https://issues.apache.org/jira/browse/TAJO-633
>             Project: Tajo
>          Issue Type: Bug
>          Components: planner/optimizer
>    Affects Versions: 0.8-incubating, 1.0-incubating
>            Reporter: Hyunsik Choi
>            Priority: Minor
>              Labels: newbie
>
> See the log.
> {code}
> ... WHERE col1  BETWEEN 1 AND 10;
> Unknown EvalNode: col1 (INT8) BETWEEN ASYMMETRIC 1 AND 10
> {code}
> It may be caused by the missed visitBetween methods in EvalNodeVisitor2.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)