luoyuxia created FLINK-23995: -------------------------------- Summary: Hive dialect: `insert overwrite table partition if not exists` will throw exception when tablename is like 'database.table' Key: FLINK-23995 URL: https://issues.apache.org/jira/browse/FLINK-23995 Project: Flink Issue Type: Bug Components: Connectors / Hive Reporter: luoyuxia
when run such hive sql {code:java} insert overwrite table default.dest2 partition (p1=1,p2='static') if not exists select x from src {code} it will throw exception {code:java} Caused by: org.apache.hadoop.hive.ql.metadata.InvalidTableException: Table not found default{code} -- This message was sent by Atlassian Jira (v8.3.4#803005)