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

Support Delete/Update using non-pk fields

    XMLWordPrintableJSON

Details

    Description

      Allow to delete/update using non-pk fields

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

      Attachments

        Issue Links

          Activity

            People

              biyan900116@gmail.com Yann Byron
              pzw2018 pengzhiwei
              Shiyan Xu
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: