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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Shang Yuanchun (Jira)
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)