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

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

Danny Chan created FLINK-12867:
----------------------------------

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