This is an automated email from the ASF dual-hosted git repository.

zhiwei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git.


    from af837d2  [HUDI-1447] DeltaStreamer kafka source supports consuming 
from specified timestamp (#2438)
     add 572a214  [HUDI-1884]  MergeInto Support Partial Update For COW (#3154)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/spark/sql/hudi/HoodieSqlUtils.scala |  14 ++-
 .../spark/sql/hudi/analysis/HoodieAnalysis.scala   |  49 +++++++-
 .../hudi/command/MergeIntoHoodieTableCommand.scala |  12 +-
 .../sql/hudi/TestPartialUpdateForMergeInto.scala   | 137 +++++++++++++++++++++
 .../apache/spark/sql/adapter/Spark2Adapter.scala   |   2 +-
 .../apache/spark/sql/adapter/Spark3Adapter.scala   |   2 +-
 6 files changed, 200 insertions(+), 16 deletions(-)
 create mode 100644 
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/TestPartialUpdateForMergeInto.scala

Reply via email to