This is an automated email from the ASF dual-hosted git repository.
yihua pushed a change to branch HUDI-8910
in repository https://gitbox.apache.org/repos/asf/hudi.git
omit 238c0ddcf5d fix un-stable ut
add b7c54197db1 [HUDI-8857] Log shortened list of files instead of all
files in MDT validator to avoid huge log message (#12617)
add ef5b9ca3777 Revert "[HUDI-8621] Revert single file slice optimisation
for getRecordsByKeys in MDT table (#12643)" (#12700)
add 30e95f4f5f7 fix un-stable ut
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (238c0ddcf5d)
\
N -- N -- N refs/heads/HUDI-8910 (30e95f4f5f7)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../hudi/metadata/HoodieBackedTableMetadata.java | 58 +--
.../org/apache/hudi/common/util/StringUtils.java | 47 +++
.../apache/hudi/common/util/TestStringUtils.java | 39 +-
.../spark/sql/hudi/analysis/HoodieAnalysis.scala | 8 +-
.../hudi/functional/TestBootstrapReadBase.java | 2 +-
.../utilities/HoodieMetadataTableValidator.java | 165 +++++---
.../TestHoodieMetadataTableValidator.java | 419 +++++++++++++++++++++
7 files changed, 652 insertions(+), 86 deletions(-)