This is an automated email from the ASF dual-hosted git repository.
codope pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
from d56072527b0 [HUDI-6315] Optimize UPSERT codepath to use meta fields
instead of key generation and index lookup (#8956)
add 268af1f291a [HUDI-6412] Support clustering with record index (#9021)
No new revisions were added by this update.
Summary of changes:
.../hudi/client/BaseHoodieTableServiceClient.java | 27 ++++++++-------
.../hudi/client/HoodieFlinkTableServiceClient.java | 5 +--
.../apache/hudi/client/HoodieFlinkWriteClient.java | 13 +++----
.../hudi/client/SparkRDDTableServiceClient.java | 31 ++++++++++-------
.../apache/hudi/client/SparkRDDWriteClient.java | 21 ++++++------
.../functional/TestHoodieBackedMetadata.java | 40 ++++++++++++++++------
.../table/timeline/TestHoodieActiveTimeline.java | 8 +++++
.../hudi/sink/clustering/ClusteringCommitSink.java | 3 +-
8 files changed, 95 insertions(+), 53 deletions(-)