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
omit 65a0a635126 [MINOR] Remove redundant lines in StreamSync and
TestStreamSyncUnitTests (#11027)
omit d1b4872e319 [HUDI-6762] Removed usages of
MetadataRecordsGenerationParams (#10962)
omit ff5c31ef781 [HUDI-7619] Removed code duplicates in
HoodieTableMetadataUtil (#11022)
omit c357b4d18ca [HUDI-7584] Always read log block lazily and remove
readBlockLazily argument (#11015)
omit 6c298a0f0f9 [HUDI-7615] Mark a few write configs with the correct
sinceVersion (#11012)
omit e2777a96f1b [HUDI-7606] Unpersist RDDs after table services, mainly
compaction and clustering (#11000)
omit 7b8846594f5 [HUDI-7616] Avoid multiple cleaner plans and deprecate
hoodie.clean.allow.multiple (#11013)
omit 3f5c86bdd90 [HUDI-7378] Fix Spark SQL DML with custom key generator
(#10615)
omit bf2ed196cd0 [HUDI-7601] Add heartbeat mechanism to refresh lock
(#10994)
omit 4a993dae5df [HUDI-7290] Don't assume ReplaceCommits are always
Clustering (#10479)
omit f82023aecb5 [HUDI-7605] Allow merger strategy to be set in spark sql
writer (#10999)
omit 35b0a051345 [HUDI-6441] Passing custom Headers with Hudi Callback URL
(#10970)
omit 02757525993 [HUDI-7391] HoodieMetadataMetrics should use Metrics
instance for metrics registry (#10635)
omit ea01c0ff194 [HUDI-7600] Shutdown ExecutorService when
HiveMetastoreBasedLockProvider is closed (#10993)
omit 2671b3a6828 [MINOR] Fix BUG: HoodieLogFormatWriter: unable to close
output stream for log file HoodieLogFile{xxx} (#10989)
omit 51d5346d3db [HUDI-7597] Add logs of Kafka offsets when the checkpoint
is out of bound (#10987)
omit 1a8949cc49f [HUDI-7583] Read log block header only for the schema and
instant time (#10984)
omit 07f27155115 [HUDI-7556] Fixing false positive validation with MDT
validator (#10986)
omit 4271e01e2e1 [MINOR] Optimize print write error msg in
StreamWriteOperatorCoordinator#doCommit (#10809)
omit a4627428351 [HUDI-7559] [1/n] Fix
RecordLevelIndexSupport::filterQueryWithRecordKey (#10947)
omit 140e4830e94 [HUDI-7572] Avoid to schedule empty compaction plan
without log files (#10974)
omit 9dad0cebcc5 [HUDI-6854] Change default payload type to
HOODIE_AVRO_DEFAULT (#10949)
new f2c1b4d9e8f [HUDI-6854] Change default payload type to
HOODIE_AVRO_DEFAULT (#10949)
new 7c0f9ac7965 [HUDI-7572] Avoid to schedule empty compaction plan
without log files (#10974)
new 704527d7615 [HUDI-7559] [1/n] Fix
RecordLevelIndexSupport::filterQueryWithRecordKey (#10947)
new 8bbfcee6db4 [MINOR] Optimize print write error msg in
StreamWriteOperatorCoordinator#doCommit (#10809)
new d37bbed20fa [HUDI-7556] Fixing false positive validation with MDT
validator (#10986)
new a2f043512ea [HUDI-7583] Read log block header only for the schema and
instant time (#10984)
new eca574a9fda [HUDI-7597] Add logs of Kafka offsets when the checkpoint
is out of bound (#10987)
new 6ab10d71f3f [MINOR] Fix BUG: HoodieLogFormatWriter: unable to close
output stream for log file HoodieLogFile{xxx} (#10989)
new 46374ff47d4 [HUDI-7600] Shutdown ExecutorService when
HiveMetastoreBasedLockProvider is closed (#10993)
new 4b338ff0ce9 [HUDI-7391] HoodieMetadataMetrics should use Metrics
instance for metrics registry (#10635)
new 67f6477b495 [HUDI-6441] Passing custom Headers with Hudi Callback URL
(#10970)
new a5f4e8f1894 [HUDI-7605] Allow merger strategy to be set in spark sql
writer (#10999)
new 5bae2c68bb4 [HUDI-7290] Don't assume ReplaceCommits are always
Clustering (#10479)
new dfe903d4880 [HUDI-7601] Add heartbeat mechanism to refresh lock
(#10994)
new c10866b967f [HUDI-7378] Fix Spark SQL DML with custom key generator
(#10615)
new 0e96b874c9c [HUDI-7616] Avoid multiple cleaner plans and deprecate
hoodie.clean.allow.multiple (#11013)
new d0f47ebe80e [HUDI-7606] Unpersist RDDs after table services, mainly
compaction and clustering (#11000)
new 0bb9ef9b5b8 [HUDI-7615] Mark a few write configs with the correct
sinceVersion (#11012)
new 35b330e587b [HUDI-7584] Always read log block lazily and remove
readBlockLazily argument (#11015)
new 8a1b6f3845c [HUDI-7619] Removed code duplicates in
HoodieTableMetadataUtil (#11022)
new 926f5ad4163 [HUDI-6762] Removed usages of
MetadataRecordsGenerationParams (#10962)
new b0e0b148b32 [MINOR] Remove redundant lines in StreamSync and
TestStreamSyncUnitTests (#11027)
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 (65a0a635126)
\
N -- N -- N refs/heads/branch-0.x (b0e0b148b32)
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 22 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:
.../hudi/table/action/compact/TestAsyncCompaction.java | 12 ++++++------
.../org/apache/hudi/common/config/HoodieCommonConfig.java | 8 ++++++++
.../org/apache/hudi/metadata/HoodieTableMetadataUtil.java | 8 +-------
.../apache/hudi/common/table/TestTableSchemaResolver.java | 2 +-
.../apache/hudi/functional/TestBasicSchemaEvolution.scala | 7 ++++---
5 files changed, 20 insertions(+), 17 deletions(-)