lokeshj1703 commented on code in PR #18104:
URL: https://github.com/apache/hudi/pull/18104#discussion_r2781642295
##########
hudi-aws/src/main/java/org/apache/hudi/aws/transaction/lock/DynamoDBBasedImplicitPartitionKeyLockProvider.java:
##########
@@ -56,12 +56,9 @@ public DynamoDBBasedImplicitPartitionKeyLockProvider(
@Override
public String getDynamoDBPartitionKey(LockConfiguration lockConfiguration) {
- // Ensure consistent format for S3 URI.
- String hudiTableBasePathNormalized =
s3aToS3(lockConfiguration.getConfig().getString(
- HoodieCommonConfig.BASE_PATH.key()));
Review Comment:
Yes, it is failing. I am closing the PR.
--
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]