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

[jira] [Created] (TAJO-626) HiveQLAnalyzer can't support between clause.

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)