-
Type:
Bug
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.2.0
-
Fix Version/s: None
-
Component/s: CLI
-
Labels:None
if i use INSERT OVERWRITE TABLE db.table PARTITION () if not exists select xx, it wii error
as
Error: Error while compiling statement: FAILED: SemanticException org.apache.hadoop.hive.ql.metadata.InvalidTableException: Table not found db (state=42000,code=40000)
but INSERT OVERWRITE TABLE db.table PARTITION () select, do not use [if not exists], it is ok