Ashutosh Chauhan created HIVE-4391:
--------------------------------------

             Summary: Windowing function doesn't work in conjunction with CTAS
                 Key: HIVE-4391
                 URL: https://issues.apache.org/jira/browse/HIVE-4391
             Project: Hive
          Issue Type: Bug
          Components: PTF-Windowing
    Affects Versions: 0.11.0
            Reporter: Ashutosh Chauhan


Simple CTAS query like following fails
 create table t3 as select *, rank() over() as rr from t2;
with exception 
FAILED: Error in metadata: InvalidObjectException(message:t3 is not a valid 
object name)



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