parisni commented on pull request #4967:
URL: https://github.com/apache/hudi/pull/4967#issuecomment-1062994788


   
   > ```
   > String endpointURL = 
this.lockConfiguration.getConfig().getString(DynamoDbBasedLockConfig.DYNAMODB_ENDPOINT_URL.key(),
 
   > 
RegionUtils.getRegion(region).getServiceEndpoint(AmazonDynamoDB.ENDPOINT_PREFIX));
   > ```
   
   in case DYNAMODB_ENDPOINT_URL is not set, then we fall back to using 
`RegionUtils.getRegion(region).getServiceEndpoint(AmazonDynamoDB.ENDPOINT_PREFIX)`
 
   That's what this PR does.
   
   No idea why the CI does pass
   


-- 
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]


Reply via email to