You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tajo.apache.org by "Hyunsik Choi (JIRA)" <ji...@apache.org> on 2013/09/20 14:34:51 UTC

[jira] [Assigned] (TAJO-187) The exception 'Some targets cannot be evaluated' is cased in nested joins

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

Hyunsik Choi reassigned TAJO-187:
---------------------------------

    Assignee: Hyunsik Choi
    
> The exception 'Some targets cannot be evaluated' is cased in nested joins
> -------------------------------------------------------------------------
>
>                 Key: TAJO-187
>                 URL: https://issues.apache.org/jira/browse/TAJO-187
>             Project: Tajo
>          Issue Type: Bug
>            Reporter: Seungun Choe
>            Assignee: Hyunsik Choi
>
> {code}
> INSERT OVERWRITE into table1
> SELECT
>         B.num,
>         A.hash,
>         A.host,
>         A.hour,
>         A.date
> FROM
> (SELECT * FROM place WHERE host LIKE '%.google.com' AND date LIKE '201307%') A
> JOIN table2 B ON A.hash=B.hash
> {code}
> This query makes some error message.
>   - Some targets cannot be evaluated in the query block "@NONAME_1"

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira