Uploaded image for project: 'Apache Hudi'
  1. Apache Hudi
  2. HUDI-6749

Support BEGIN...END SQL syntax for multi-table transaction

    XMLWordPrintableJSON

Details

    • Task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • 1.1.0
    • None
    • None

    Description

      Need to add this grammar. Spark doesn't natively support it.

      BEGIN
       INSERT INTO $table1 VALUES (1, 'a1', 10, 1000);
       UPDATE TABLE $table2 SET name = 'a2' where id = 1;
      END 

      Attachments

        Activity

          People

            codope Sagar Sumit
            codope Sagar Sumit
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: