Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
0.11.0
-
None
-
None
Description
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)
Attachments
Issue Links
- relates to
-
HIVE-4392 Illogical InvalidObjectException throwed when use mulit aggregate functions with star columns
- Closed