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

Support Delete/Update Non-Pk Table

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Critical
    • Resolution: Unresolved
    • None
    • None
    • spark, spark-sql
    • None

    Description

      Allow to delete/update a non-pk table.

      create table h0 (
        id int,
        name string,
        price double
      ) using hudi;
      
      delete from h0 where id = 10;
      update h0 set price = 10 where id = 12;
      
      

      Attachments

        Issue Links

          Activity

            People

              biyan900116@gmail.com Yann Byron
              pzw2018 pengzhiwei
              Raymond Xu
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated: