This is an automated email from the ASF dual-hosted git repository.
nagarwal pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git.
from 89003bc [HUDI-1647] Supports snapshot read for Flink (#2613)
add 7cc75e0 [HUDI-1646] Provide mechanism to read uncommitted data
through InputFormat (#2611)
No new revisions were added by this update.
Summary of changes:
.../table/timeline/HoodieDefaultTimeline.java | 7 ++++
.../hudi/common/table/timeline/HoodieTimeline.java | 5 +++
.../common/table/view/FileSystemViewManager.java | 17 ++++++---
.../apache/hudi/hadoop/utils/HoodieHiveUtils.java | 22 ++++++++++++
.../hudi/hadoop/utils/HoodieInputFormatUtils.java | 3 +-
.../hudi/hadoop/TestHoodieParquetInputFormat.java | 41 ++++++++++++++++++++++
.../hudi/hadoop/testutils/InputFormatTestUtil.java | 20 +++++++++++
7 files changed, 109 insertions(+), 6 deletions(-)