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

MergeInto Support Partial Update For COW

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.9.0
    • None

    Description

      Support partial update for merge-into statement, just like this:

      merge into h0 
      using s0
      on s0.id = h0.id
      when matched then update set price = s0.price + 10
      when not matched then insert *

      Allow to update partial fields.

      Attachments

        Issue Links

          Activity

            People

              pzw2018 pengzhiwei
              pzw2018 pengzhiwei
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: