Jaehwa Jung created TAJO-626:
--------------------------------

             Summary: HiveQLAnalyzer can't support between clause.
                 Key: TAJO-626
                 URL: https://issues.apache.org/jira/browse/TAJO-626
             Project: Tajo
          Issue Type: Bug
          Components: parser
            Reporter: Jaehwa Jung
            Assignee: Jaehwa Jung


Current tajo can't pass one of select unit cases. The query is as follows:
{code:xml}
select A.member_id, A.member_name
from table1 A
where A.member_id between '10000' and '20000'
and A.age between 30 and 50
{code}



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

Reply via email to