Hyunsik Choi created TAJO-633:
---------------------------------
Summary: 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
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)