This is an automated email from the ASF dual-hosted git repository.
voonhous pushed a change to branch release-1.2.1
in repository https://gitbox.apache.org/repos/asf/hudi.git
from 9b701ca1e27e feat(flink): Support writing out-of-line BLOB columns
(#18958)
new a64cefc09293 fix(flink): reuse the preceeding avg size if there is no
eligible estimation (#19022)
new 15dd0838f1a8 test(flink): de-flake
testStreamReadMorTableWithCompactionFromEarliest (#19019)
new 783a9935c80f test(flink): retry short CollectSink reads to de-flake
stream-read ITs (#19030)
new 38f524b48bdc test(trino): de-flake TestHudi*FileOperations by
asserting only synchronous reads (#19004)
new 5223271b194d fix: prevent heartbeat timer from being permanently
killed by slow or delayed heartbeats (#18904)
The 5 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:
.../client/heartbeat/HoodieHeartbeatClient.java | 150 ++++++++++++++++-----
.../org/apache/hudi/config/HoodieWriteConfig.java | 6 +-
.../heartbeat/TestHoodieHeartbeatClient.java | 102 ++++++++++++++
.../partitioner/profile/DeltaWriteProfile.java | 6 +-
.../sink/partitioner/profile/WriteProfile.java | 8 +-
.../hudi/sink/partitioner/TestBucketAssigner.java | 85 ++++++++++++
.../apache/hudi/table/ITTestHoodieDataSource.java | 114 +++++++++++++++-
.../hudi/TestHudiAlluxioCacheFileOperations.java | 79 +++++++----
.../hudi/TestHudiMemoryCacheFileOperations.java | 26 ++--
.../plugin/hudi/TestHudiNoCacheFileOperations.java | 26 ++--
10 files changed, 492 insertions(+), 110 deletions(-)