hudi-bot opened a new issue, #16199:
URL: https://github.com/apache/hudi/issues/16199
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}
## JIRA info
- Link: https://issues.apache.org/jira/browse/HUDI-6749
- Type: Task
- Epic: https://issues.apache.org/jira/browse/HUDI-6709
- Fix version(s):
- 1.1.0
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]