[
https://issues.apache.org/jira/browse/FLINK-23995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-23995:
-----------------------------------
Labels: pull-request-available (was: )
> 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
> Priority: Major
> Labels: pull-request-available
>
> 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)