This is an automated email from the ASF dual-hosted git repository.

vhs pushed a change to branch release-1.0.2
in repository https://gitbox.apache.org/repos/asf/hudi.git


    omit 0b0832ea487 Bumping release candidate number 1
    omit 386be6775b3 [HUDI-9312] Fix the default enable/disable inference for 
indices for column_stats, RLI, partition_stats and bloom_filter (#13140)
    omit 3b56e2a26a0 [HUDI-9159] S3 implementation of StorageLock for 
StorageBasedLockProvider (#13126)
    omit b49507ca584 [HUDI-9311] Revert HUDI-7146 which causes perf overhead 
for merging MDT log files (#13136)
    omit 44293e2bade [HUDI-9309] Fix perf regression from supporting display 
dag of insert/update statment in spark ui (#13139)
    omit d4d23e0b274 [HUDI-9308] Fix incorrect usage of 
mapreduce.input.fileinputformat.split.maxsize in HoodieCombineHiveInputFormat 
(#13134)
    omit 163a7753911 [HUDI-5092] Support Databricks Spark runtime (#13129)
    omit 5009f47166b [HUDI-9158] Add storage-based lock provider abstract 
implementation (#13103)
    omit 7d6cb3fcb32 [HUDI-9267] Fix the file group reader log file read 
sequence (#13115)
    omit d08b90c3444 [HUDI-9286] Fix the atomicity of archived timeline write 
(#13128)
    omit a270e2f7682 [HUDI-9262] Skip building stats for decimal field with 
very high precision (#13097)
    omit 002add43d3b [HUDI-9270] Support displaying complete dag for update 
statement in spark web ui (#13110)
    omit 78b6e2aac42 [MINOR] Overload HoodieFileGroupReader constructor to 
bring back old API without allowInflightInstants parameter (#13116)
    omit e88b086db6b [HUDI-9288] Fixing HoodieFileGroup api related to 
uncommitted slices (#13125)
    omit 2b01e97d2cc [HUDI-9269] Handle tight bound field in columns stats 
metadata (#13117)
    omit b6c1008d342 [HUDI-9263] Archived timeline downgrade fails with 
EightToSevenDowngradeHandler (#13098)
     add 3c9f46b7c68 [MINOR] Force UT hudi-hadoop-common & Hudi Utilities 
others Azure CI to use ubuntu 24 (#13124)
     add e89adcde499 [HUDI-9263] Archived timeline downgrade fails with 
EightToSevenDowngradeHandler (#13098)
     add 264caf56bef [HUDI-9269] Handle tight bound field in columns stats 
metadata (#13117)
     add ff7e47448a2 [HUDI-9288] Fixing HoodieFileGroup api related to 
uncommitted slices (#13125)
     add e113a54ad64 [MINOR] Overload HoodieFileGroupReader constructor to 
bring back old API without allowInflightInstants parameter (#13116)
     add 6baa5b74d1a [HUDI-9270] Support displaying complete dag for update 
statement in spark web ui (#13110)
     add 5b0101fd755 [HUDI-9262] Skip building stats for decimal field with 
very high precision (#13097)
     add 5a0232993cd [HUDI-9286] Fix the atomicity of archived timeline write 
(#13128)
     add 4e384fa66e0 [HUDI-9267] Fix the file group reader log file read 
sequence (#13115)
     add 4b35786911e [HUDI-9158] Add storage-based lock provider abstract 
implementation (#13103)
     add 703be8df644 [HUDI-5092] Support Databricks Spark runtime (#13129)
     add 1957a4ee5b5 [HUDI-9308] Fix incorrect usage of 
mapreduce.input.fileinputformat.split.maxsize in HoodieCombineHiveInputFormat 
(#13134)
     add e85ef150365 [HUDI-9309] Fix perf regression from supporting display 
dag of insert/update statment in spark ui (#13139)
     add eab92234bc9 [HUDI-9311] Revert HUDI-7146 which causes perf overhead 
for merging MDT log files (#13136)
     add 21b16c7e9ad [HUDI-9159] S3 implementation of StorageLock for 
StorageBasedLockProvider (#13126)
     add 042cd0c524b [HUDI-9312] Fix the default enable/disable inference for 
indices for column_stats, RLI, partition_stats and bloom_filter (#13140)
     add 0dbc4a32945 [HUDI-9203] Fix usability w/ upgrading from 0.x to 1.x and 
wish to stay in table version 6 (#13145)
     add dd986f77975 [HUDI-8601] By default disable native hfile reader (#13150)
     add 6ab7eecfe0d Bumping release candidate number 1

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   (0b0832ea487)
            \
             N -- N -- N   refs/heads/release-1.0.2 (6ab7eecfe0d)

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:
 azure-pipelines-20230430.yml                       | 97 ++++++++++++++++++++++
 .../table/upgrade/SevenToEightUpgradeHandler.java  |  6 --
 .../hudi/table/upgrade/UpgradeDowngrade.java       |  6 --
 .../hudi/table/upgrade/TestUpgradeDowngrade.java   | 14 +++-
 .../hudi/common/config/HoodieReaderConfig.java     |  2 +-
 .../hudi/io/hadoop/HoodieHBaseAvroHFileReader.java | 41 +++++----
 6 files changed, 134 insertions(+), 32 deletions(-)

Reply via email to