Seungun Choe created TAJO-187:
---------------------------------

             Summary: 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


{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

Reply via email to