You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Kurt Young (JIRA)" <ji...@apache.org> on 2019/06/18 10:07:00 UTC

[jira] [Closed] (FLINK-12867) Add insert overwrite grammar as HIVE dialect

     [ https://issues.apache.org/jira/browse/FLINK-12867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kurt Young closed FLINK-12867.
------------------------------
    Resolution: Fixed

merged in 1.9.0: 14c140fff75ed99f1c1ea50a195c1212ee908192

> Add insert overwrite grammar as HIVE dialect
> --------------------------------------------
>
>                 Key: FLINK-12867
>                 URL: https://issues.apache.org/jira/browse/FLINK-12867
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Table SQL / API
>    Affects Versions: 1.9.0
>            Reporter: Danny Chan
>            Assignee: Danny Chan
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.9.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Support grammar like:
>  
> {code:java}
> insert overwrite tbl1 partition(a=1) select a from tbl2;{code}
> This overwrite can use whole table or single partition as effective scope.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)