jackye1995 opened a new pull request #4102: URL: https://github.com/apache/iceberg/pull/4102
As we have introduced `LockManager` as an official Iceberg interface, we can now move the protected Glue dynamo lock manager as public. In this PR, we first mark the existing one as deprecated and make a copy of public one. Note that the new class is `DynamoDbLockManager` instead of `DynamoLockManager` to follow DynamoDb prefix convention (because the new Dynamo client in AWS SDK v2 is named `DynamoDbClient`). @arminnajafi @rajarshisarkar @singhpk234 @amogh-jahagirdar -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
