This is an automated email from the ASF dual-hosted git repository.
yihua pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
from daafe304837 [HUDI-6688] Fix partition validation to only consider
commits in metadata table validator (#9436)
add 105fdfbba92 [HUDI-6553][FOLLOW-UP] Introduces Tuple3 for
HoodieTableMetadataUtil (#9449)
No new revisions were added by this update.
Summary of changes:
hudi-common/pom.xml | 7 ---
.../apache/hudi/common/util/collection/Tuple3.java | 71 ++++++++++++++++++++++
.../hudi/metadata/HoodieTableMetadataUtil.java | 22 +++----
.../hudi/source/stats/ColumnStatsIndices.java | 17 +-----
4 files changed, 83 insertions(+), 34 deletions(-)
create mode 100644
hudi-common/src/main/java/org/apache/hudi/common/util/collection/Tuple3.java