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 3e6f8f8123d4 fix(ci): drop the changes-gate residue that kept Java CI
from starting
add 859b73fa1a65 fix(client): report completed timeline action in
clustering callback (#19464)
No new revisions were added by this update.
Summary of changes:
.../hudi/client/BaseHoodieTableServiceClient.java | 2 +-
.../hudi/testutils/RecordingCommitCallback.java | 56 ++++++++++++++++++++++
.../hudi/client/HoodieFlinkTableServiceClient.java | 2 +-
.../client/TestHoodieFlinkTableServiceClient.java | 14 ++++++
.../TestHoodieJavaClientOnMergeOnReadStorage.java | 41 ++++------------
.../apache/hudi/common/util/ClusteringUtils.java | 6 +--
.../hudi/common/util/TestClusteringUtils.java | 43 +++++++++++++++++
7 files changed, 128 insertions(+), 36 deletions(-)
create mode 100644
hudi-client/hudi-client-common/src/test/java/org/apache/hudi/testutils/RecordingCommitCallback.java