This is an automated email from the ASF dual-hosted git repository.
xushiyan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git.
from 7889c78 [HUDI-3729][SPARK] fixed the per regression by enable
vectorizeReader for parquet file (#5168)
add 51a701c [HUDI-3020] Utility to create manifest file (#5153)
No new revisions were added by this update.
Summary of changes:
hudi-sync/hudi-sync-common/pom.xml | 8 ++
.../hudi/sync/common/util/ManifestFileUtil.java | 141 +++++++++++++++++++++
.../sync/common/util/TestManifestFileUtil.java | 73 +++++++++++
3 files changed, 222 insertions(+)
create mode 100644
hudi-sync/hudi-sync-common/src/main/java/org/apache/hudi/sync/common/util/ManifestFileUtil.java
create mode 100644
hudi-sync/hudi-sync-common/src/test/java/org/apache/hudi/sync/common/util/TestManifestFileUtil.java