[ 
https://issues.apache.org/jira/browse/FLINK-23857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17409759#comment-17409759
 ] 

luoyuxia edited comment on FLINK-23857 at 9/4/21, 12:00 AM:
------------------------------------------------------------

{code:java}
 insert overwrite table t1 partition(f2=1) select * from t2 where 1 != 1{code}
Yeah, I have tried, the sql can clear partition data in Hive.

Currently, the fix only works for no partition table. I would like to try to 
make it work even for partition table.


was (Author: luoyuxia):
{code:java}
 insert overwrite table t1 partition(f2=1) select * from t2 where 1 != 1{code}
 Yeah, I have tried, the sql can clear partition data in Hive.

Now, the fix only works for no partition table. I would like to try to make it 
work even for partition table.

> insert overwirite table select * from t where 1 != 1, Unable to clear table 
> data
> --------------------------------------------------------------------------------
>
>                 Key: FLINK-23857
>                 URL: https://issues.apache.org/jira/browse/FLINK-23857
>             Project: Flink
>          Issue Type: Bug
>          Components: Connectors / FileSystem, Connectors / Hive
>    Affects Versions: 1.13.1
>            Reporter: lixu
>            Assignee: Rui Li
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.14.0, 1.15.0
>
>
> insert overwirite table select * from t where 1 != 1,Unable to clear table 
> data,Unlike hive。



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to