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 31d24d7600b [HUDI-7637] Make StoragePathInfo Comparable (#11050)
discard 6c152dbef8a [HUDI-7635] Add default block size and openSeekable APIs
to HoodieStorage (#11048)
discard 9b0945c7817 [HUDI-7636] Make StoragePath Serializable (#11049)
discard bfb83c8eb8c [MINOR] Remove redundant TestStringUtils in hudi-common
(#11046)
discard d20f8175b95 [HUDI-7633] Use try with resources for AutoCloseable
(#11045)
discard 6fc3ad4060e [HUDI-4228] Clean up literal usage in Hudi CLI argument
check (#11042)
discard 3cdb6faefcb [HUDI-7626] Propagate UserGroupInformation from the main
thread to the new thread of timeline service threadpool (#11039)
discard a5304f586f4 [HUDI-7625] Avoid unnecessary rewrite for metadata table
(#11038)
discard ce9ff1cb21a [HUDI-7578] Avoid unnecessary rewriting to improve
performance (#11028)
discard 51f7557070d [MINOR] Rename location to path in `makeQualified` (#11037)
discard f0cf58d8c99 [MINOR] Remove redundant lines in StreamSync and
TestStreamSyncUnitTests (#11027)
discard 566039010cf [HUDI-6762] Removed usages of
MetadataRecordsGenerationParams (#10962)
discard 59a1b28849f [HUDI-7619] Removed code duplicates in
HoodieTableMetadataUtil (#11022)
discard e39fedfa5b6 [HUDI-7584] Always read log block lazily and remove
readBlockLazily argument (#11015)
discard 89ff73de175 [HUDI-7615] Mark a few write configs with the correct
sinceVersion (#11012)
discard 7e5871a4634 [HUDI-7606] Unpersist RDDs after table services, mainly
compaction and clustering (#11000)
discard f12cd043095 [HUDI-7616] Avoid multiple cleaner plans and deprecate
hoodie.clean.allow.multiple (#11013)
discard 922e1eb87d0 [HUDI-7378] Fix Spark SQL DML with custom key generator
(#10615)
discard 4aa23beec97 [HUDI-7601] Add heartbeat mechanism to refresh lock
(#10994)
discard f9ffb646462 [HUDI-7290] Don't assume ReplaceCommits are always
Clustering (#10479)
discard e9cd05376a3 [HUDI-7605] Allow merger strategy to be set in spark sql
writer (#10999)
discard db53c7af20c [HUDI-6441] Passing custom Headers with Hudi Callback URL
(#10970)
discard 858fde11fdd [HUDI-7391] HoodieMetadataMetrics should use Metrics
instance for metrics registry (#10635)
discard 86f6bdf991e [HUDI-7600] Shutdown ExecutorService when
HiveMetastoreBasedLockProvider is closed (#10993)
discard 705e5f59f28 [MINOR] Fix BUG: HoodieLogFormatWriter: unable to close
output stream for log file HoodieLogFile{xxx} (#10989)
discard ef96676f39e [HUDI-7597] Add logs of Kafka offsets when the checkpoint
is out of bound (#10987)
discard a9c7eebd0fc [HUDI-7583] Read log block header only for the schema and
instant time (#10984)
discard 86968a6b9e4 [HUDI-7556] Fixing false positive validation with MDT
validator (#10986)
new fad8ff04c67 [HUDI-7556] Fixing false positive validation with MDT
validator (#10986)
new 53bdcb03469 [HUDI-7583] Read log block header only for the schema and
instant time (#10984)
new e5054aa56db [HUDI-7597] Add logs of Kafka offsets when the checkpoint
is out of bound (#10987)
new fa9cc9f915f [MINOR] Fix BUG: HoodieLogFormatWriter: unable to close
output stream for log file HoodieLogFile{xxx} (#10989)
new f01c1332978 [HUDI-7600] Shutdown ExecutorService when
HiveMetastoreBasedLockProvider is closed (#10993)
new cb05c775cc0 [HUDI-7391] HoodieMetadataMetrics should use Metrics
instance for metrics registry (#10635)
new 741bd784113 [HUDI-6441] Passing custom Headers with Hudi Callback URL
(#10970)
new ebd8a7d9690 [HUDI-7605] Allow merger strategy to be set in spark sql
writer (#10999)
new 5b37e841249 [HUDI-7290] Don't assume ReplaceCommits are always
Clustering (#10479)
new 04ec9f66977 [HUDI-7601] Add heartbeat mechanism to refresh lock
(#10994)
new 13beb355176 [HUDI-7378] Fix Spark SQL DML with custom key generator
(#10615)
new 5e0a7cd5552 [HUDI-7616] Avoid multiple cleaner plans and deprecate
hoodie.clean.allow.multiple (#11013)
new 1b6e36140cb [HUDI-7606] Unpersist RDDs after table services, mainly
compaction and clustering (#11000)
new 0c06b3ce011 [HUDI-7615] Mark a few write configs with the correct
sinceVersion (#11012)
new 2d84c5c5b1f [HUDI-7584] Always read log block lazily and remove
readBlockLazily argument (#11015)
new 23637b7a076 [HUDI-7619] Removed code duplicates in
HoodieTableMetadataUtil (#11022)
new 9c5feffa593 [HUDI-6762] Removed usages of
MetadataRecordsGenerationParams (#10962)
new d34ba818f75 [MINOR] Remove redundant lines in StreamSync and
TestStreamSyncUnitTests (#11027)
new 9a0349828e6 [MINOR] Rename location to path in `makeQualified` (#11037)
new f1f6f93fe0f [HUDI-7578] Avoid unnecessary rewriting to improve
performance (#11028)
new a233bbecb3a [HUDI-7625] Avoid unnecessary rewrite for metadata table
(#11038)
new 585078471fe [HUDI-7626] Propagate UserGroupInformation from the main
thread to the new thread of timeline service threadpool (#11039)
new 9bb09d7b78d [HUDI-4228] Clean up literal usage in Hudi CLI argument
check (#11042)
new 5d118c06b91 [HUDI-7633] Use try with resources for AutoCloseable
(#11045)
new 925f2be736a [MINOR] Remove redundant TestStringUtils in hudi-common
(#11046)
new 667f93b1fff [HUDI-7636] Make StoragePath Serializable (#11049)
new c8c52e252fb [HUDI-7635] Add default block size and openSeekable APIs
to HoodieStorage (#11048)
new 8bc56c52d6c [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 (31d24d7600b)
\
N -- N -- N refs/heads/branch-0.x (8bc56c52d6c)
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 | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)