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 8932c4f [HUDI-2678] flink writer writes huge log file (#3916)
add 689020f [HUDI-2684] Use DefaultHoodieRecordPayload when precombine
field is specified specifically (#3922)
No new revisions were added by this update.
Summary of changes:
.../hudi/common/model/EventTimeAvroPayload.java | 81 ++++++++++++++++++++++
.../org/apache/hudi/table/HoodieTableFactory.java | 6 ++
.../apache/hudi/table/TestHoodieTableFactory.java | 9 +++
packaging/hudi-flink-bundle/pom.xml | 4 ++
4 files changed, 100 insertions(+)
create mode 100644
hudi-client/hudi-flink-client/src/main/java/org/apache/hudi/common/model/EventTimeAvroPayload.java