This is an automated email from the ASF dual-hosted git repository.
yihua pushed a change to branch branch-0.x
in repository https://gitbox.apache.org/repos/asf/hudi.git
discard b71f03776ba [HUDI-7637] Make StoragePathInfo Comparable (#11050)
discard ab3741cd528 [HUDI-7635] Add default block size and openSeekable APIs
to HoodieStorage (#11048)
discard 6ac417341eb [HUDI-7636] Make StoragePath Serializable (#11049)
discard 6238a9dd9a3 [MINOR] Remove redundant TestStringUtils in hudi-common
(#11046)
discard 07120a64e81 [HUDI-7633] Use try with resources for AutoCloseable
(#11045)
discard 74f91c70474 [HUDI-4228] Clean up literal usage in Hudi CLI argument
check (#11042)
discard 6df621aec1f [HUDI-7626] Propagate UserGroupInformation from the main
thread to the new thread of timeline service threadpool (#11039)
discard 1c2e2b5341c [HUDI-7625] Avoid unnecessary rewrite for metadata table
(#11038)
discard 9bca6153adc [HUDI-7578] Avoid unnecessary rewriting to improve
performance (#11028)
discard 6b0c67a5c9f [MINOR] Rename location to path in `makeQualified` (#11037)
discard 862575a546b [MINOR] Remove redundant lines in StreamSync and
TestStreamSyncUnitTests (#11027)
discard 21a1b7806db [HUDI-6762] Removed usages of
MetadataRecordsGenerationParams (#10962)
discard 38701e37637 [HUDI-7619] Removed code duplicates in
HoodieTableMetadataUtil (#11022)
discard 3a9ca9ecd0a [HUDI-7584] Always read log block lazily and remove
readBlockLazily argument (#11015)
discard ba521081ff6 [HUDI-7615] Mark a few write configs with the correct
sinceVersion (#11012)
discard a5745c6d550 [HUDI-7606] Unpersist RDDs after table services, mainly
compaction and clustering (#11000)
discard b5b04af9d1e [HUDI-7616] Avoid multiple cleaner plans and deprecate
hoodie.clean.allow.multiple (#11013)
discard 3e6bb0d77bc [HUDI-7378] Fix Spark SQL DML with custom key generator
(#10615)
discard 50caab4ee11 [HUDI-7601] Add heartbeat mechanism to refresh lock
(#10994)
discard 1013610ee8b [HUDI-7290] Don't assume ReplaceCommits are always
Clustering (#10479)
discard ca6c4f96dcc [HUDI-7605] Allow merger strategy to be set in spark sql
writer (#10999)
discard 804b88d212c [HUDI-6441] Passing custom Headers with Hudi Callback URL
(#10970)
discard 0caed098c35 [HUDI-7391] HoodieMetadataMetrics should use Metrics
instance for metrics registry (#10635)
discard 604c8fb7c81 [HUDI-7600] Shutdown ExecutorService when
HiveMetastoreBasedLockProvider is closed (#10993)
discard 271a22712c2 [MINOR] Fix BUG: HoodieLogFormatWriter: unable to close
output stream for log file HoodieLogFile{xxx} (#10989)
discard a1d601c5866 [HUDI-7597] Add logs of Kafka offsets when the checkpoint
is out of bound (#10987)
discard 92ee83c0c7c [HUDI-7583] Read log block header only for the schema and
instant time (#10984)
discard 1ed67a94fd4 [HUDI-7556] Fixing false positive validation with MDT
validator (#10986)
new 86968a6b9e4 [HUDI-7556] Fixing false positive validation with MDT
validator (#10986)
new a9c7eebd0fc [HUDI-7583] Read log block header only for the schema and
instant time (#10984)
new ef96676f39e [HUDI-7597] Add logs of Kafka offsets when the checkpoint
is out of bound (#10987)
new 705e5f59f28 [MINOR] Fix BUG: HoodieLogFormatWriter: unable to close
output stream for log file HoodieLogFile{xxx} (#10989)
new 86f6bdf991e [HUDI-7600] Shutdown ExecutorService when
HiveMetastoreBasedLockProvider is closed (#10993)
new 858fde11fdd [HUDI-7391] HoodieMetadataMetrics should use Metrics
instance for metrics registry (#10635)
new db53c7af20c [HUDI-6441] Passing custom Headers with Hudi Callback URL
(#10970)
new e9cd05376a3 [HUDI-7605] Allow merger strategy to be set in spark sql
writer (#10999)
new f9ffb646462 [HUDI-7290] Don't assume ReplaceCommits are always
Clustering (#10479)
new 4aa23beec97 [HUDI-7601] Add heartbeat mechanism to refresh lock
(#10994)
new 922e1eb87d0 [HUDI-7378] Fix Spark SQL DML with custom key generator
(#10615)
new f12cd043095 [HUDI-7616] Avoid multiple cleaner plans and deprecate
hoodie.clean.allow.multiple (#11013)
new 7e5871a4634 [HUDI-7606] Unpersist RDDs after table services, mainly
compaction and clustering (#11000)
new 89ff73de175 [HUDI-7615] Mark a few write configs with the correct
sinceVersion (#11012)
new e39fedfa5b6 [HUDI-7584] Always read log block lazily and remove
readBlockLazily argument (#11015)
new 59a1b28849f [HUDI-7619] Removed code duplicates in
HoodieTableMetadataUtil (#11022)
new 566039010cf [HUDI-6762] Removed usages of
MetadataRecordsGenerationParams (#10962)
new f0cf58d8c99 [MINOR] Remove redundant lines in StreamSync and
TestStreamSyncUnitTests (#11027)
new 51f7557070d [MINOR] Rename location to path in `makeQualified` (#11037)
new ce9ff1cb21a [HUDI-7578] Avoid unnecessary rewriting to improve
performance (#11028)
new a5304f586f4 [HUDI-7625] Avoid unnecessary rewrite for metadata table
(#11038)
new 3cdb6faefcb [HUDI-7626] Propagate UserGroupInformation from the main
thread to the new thread of timeline service threadpool (#11039)
new 6fc3ad4060e [HUDI-4228] Clean up literal usage in Hudi CLI argument
check (#11042)
new d20f8175b95 [HUDI-7633] Use try with resources for AutoCloseable
(#11045)
new bfb83c8eb8c [MINOR] Remove redundant TestStringUtils in hudi-common
(#11046)
new 9b0945c7817 [HUDI-7636] Make StoragePath Serializable (#11049)
new 6c152dbef8a [HUDI-7635] Add default block size and openSeekable APIs
to HoodieStorage (#11048)
new 31d24d7600b [HUDI-7637] Make StoragePathInfo Comparable (#11050)
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 (b71f03776ba)
\
N -- N -- N refs/heads/branch-0.x (31d24d7600b)
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.
The 28 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/hudi/utilities/TestHoodieMetadataTableValidator.java | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)