This is an automated email from the ASF dual-hosted git repository.
yihua pushed a change to branch release-1.2.0
in repository https://gitbox.apache.org/repos/asf/hudi.git
from 1bbaae902199 feat(flink): Cherry-pick Flink dynamic bucket streaming
and global RLI fixes into release-1.2.0 (#18788)
new 83f99c82b8e3 fix: Fix dangling lock from storage based lock (#18439)
new f848a40f9a3a feat(blob): default blob.inline.mode to DESCRIPTOR for
Lance (#18744)
The 2 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:
.../aws/transaction/lock/S3StorageLockClient.java | 1 +
.../transaction/lock/TestS3StorageLockClient.java | 6 +-
.../transaction/lock/AzureStorageLockClient.java | 5 +-
.../lock/TestAzureStorageLockClient.java | 4 +-
.../transaction/lock/StorageBasedLockProvider.java | 139 ++++--
.../lock/metrics/HoodieLockMetrics.java | 9 +
.../transaction/lock/models/LockUpsertResult.java | 4 +-
.../client/transaction/TestHoodieLockMetrics.java | 37 ++
.../lock/TestStorageBasedLockProvider.java | 113 +++++
.../hudi/common/config/HoodieReaderConfig.java | 10 +-
.../gcp/transaction/lock/GCSStorageLockClient.java | 1 +
.../transaction/lock/TestGCSStorageLockClient.java | 5 +-
.../spark/sql/hudi/blob/BatchedBlobReader.scala | 35 +-
.../spark/sql/hudi/blob/ScalarFunctions.scala | 4 +
.../hudi/functional/TestLanceDataSource.scala | 479 ++++++++++++++++++++-
rfc/rfc-100/rfc-100.md | 103 +++--
16 files changed, 852 insertions(+), 103 deletions(-)