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:21:18 UTC

[jira] [Resolved] (TAJO-625) HiveQLAnalyzer can't support complex join conditions.

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

Jaehwa Jung resolved TAJO-625.
------------------------------

    Resolution: Won't Fix

We need to consider maintaining HiveQLAnalyzer.

> HiveQLAnalyzer can't support complex join conditions.
> -----------------------------------------------------
>
>                 Key: TAJO-625
>                 URL: https://issues.apache.org/jira/browse/TAJO-625
>             Project: Tajo
>          Issue Type: Bug
>          Components: parser
>            Reporter: Jaehwa Jung
>            Assignee: Jaehwa Jung
>
> Current HiveQLAnalyzer can't pass one of join unit cases. The test query is as follows:
> {code:xml}
> select s_acctbal, s_name, n_name, p_partkey, p_mfgr, s_address, s_phone, s_comment, ps_supplycost
>   from region join nation on n_regionkey = r_regionkey and r_name = 'EUROPE'
>   join supplier on s_nationekey = n_nationkey
>   join partsupp on s_suppkey = ps_ps_suppkey
>   join part on p_partkey = ps_partkey and p_type like '%BRASS' and p_size = 15
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)