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

Sagar Sumit reassigned HUDI-6749:
---------------------------------

    Assignee: Sagar Sumit

> Support BEGIN...END SQL syntax for multi-table transaction
> ----------------------------------------------------------
>
>                 Key: HUDI-6749
>                 URL: https://issues.apache.org/jira/browse/HUDI-6749
>             Project: Apache Hudi
>          Issue Type: Task
>            Reporter: Sagar Sumit
>            Assignee: Sagar Sumit
>            Priority: Major
>
> Need to add this grammar. Spark doesn't natively support it.
> {code:java}
> BEGIN
>  INSERT INTO $table1 VALUES (1, 'a1', 10, 1000);
>  UPDATE TABLE $table2 SET name = 'a2' where id = 1;
> END {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to