alexr17 commented on code in PR #13103:
URL: https://github.com/apache/hudi/pull/13103#discussion_r2036458803
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/transaction/lock/StorageBasedLockProvider.java:
##########
@@ -125,13 +119,12 @@ private synchronized void setLock(StorageLockFile
lockObj) {
* ConditionalWriteLockConfig
* @param conf Storage config, ignored.
*/
- public ConditionalWriteLockProvider(final LockConfiguration
lockConfiguration, final StorageConfiguration<?> conf) {
- ConditionalWriteLockConfig config = new
ConditionalWriteLockConfig.Builder()
+ public StorageBasedLockProvider(final LockConfiguration lockConfiguration,
final StorageConfiguration<?> conf) {
Review Comment:
We need it for reflection loading the lock provider impl
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]