This is an automated email from the ASF dual-hosted git repository.
danny0405 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
from a8e9db446c3 [HUDI-7530] Refactoring of handleUpdateInternal in
CommitActionExecutors and HoodieTables (#10908)
add f98a40bd369 [HUDI-7499] Support FirstValueAvroPayload for Hudi
(#10857)
No new revisions were added by this update.
Summary of changes:
.../hudi/common/model/FirstValueAvroPayload.java | 124 +++++++++++++++++++++
.../common/model/TestFirstValueAvroPayload.java | 80 +++++++++++++
.../spark/sql/hudi/dml/TestInsertTable.scala | 58 ++++++++++
3 files changed, 262 insertions(+)
create mode 100644
hudi-common/src/main/java/org/apache/hudi/common/model/FirstValueAvroPayload.java
create mode 100644
hudi-common/src/test/java/org/apache/hudi/common/model/TestFirstValueAvroPayload.java