[
https://issues.apache.org/jira/browse/HUDI-6749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vinoth Chandar updated HUDI-6749:
---------------------------------
Fix Version/s: 1.1.0
(was: 1.0.0)
> 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
> Fix For: 1.1.0
>
>
> 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)