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

[jira] [Updated] (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 ]

ASF GitHub Bot updated FLINK-12867:
-----------------------------------
    Labels: pull-request-available  (was: )

> 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
>
>
> 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)