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/03/27 18:19:14 UTC

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

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

Jaehwa Jung resolved TAJO-626.
------------------------------

    Resolution: Won't Fix

We need to consider maintaining HiveQLAnalyzer.

> 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.2#6252)