Bug
Which Delta project/connector is this regarding?
Describe the problem
Steps to reproduce
Perform VACUUM on a table configured to use the S3DynamoDBLogStore
Observed results
ProvisionedThroughputExceededException caused by:
at io.delta.storage.S3DynamoDBLogStore.getLatestExternalEntry(S3DynamoDBLogStore.java:185)
at io.delta.storage.BaseExternalLogStore.listFrom(BaseExternalLogStore.java:113)
Expected results
VACUUM shouldn't cause throughput-exceeded exception on the DynamoDB table.
Environment information
- Delta Lake version: 3.2.0
- Spark version: 3.5.1
- Scala version: 2.12
Willingness to contribute
The Delta Lake Community encourages bug fix contributions. Would you or another member of your organization be willing to contribute a fix for this bug to the Delta Lake code base?
Bug
Which Delta project/connector is this regarding?
Describe the problem
Steps to reproduce
Perform VACUUM on a table configured to use the S3DynamoDBLogStore
Observed results
ProvisionedThroughputExceededException caused by:
Expected results
VACUUM shouldn't cause throughput-exceeded exception on the DynamoDB table.
Environment information
Willingness to contribute
The Delta Lake Community encourages bug fix contributions. Would you or another member of your organization be willing to contribute a fix for this bug to the Delta Lake code base?