bijanhoule opened a new pull request #3035:
URL: https://github.com/apache/iceberg/pull/3035
This PR is intended to resolve an issue with
`DynamoDbCatalog.dropNamespace()` -- the dynamoDB delete fails as the
conditionExpression evaluates to e.g. `attribute_exists(my_db)`, rather than
`attribute_exists(namespace)`.
Example namespace record in dynamo:
```json
{
"identifier": "NAMESPACE",
"namespace": "my_db",
"updated_at": 1628190933466,
"created_at": 1628190933466,
"v": "0203ec48-317b-4197-9712-4a7c91b5c91a",
"p.owner": "bijan"
}
```
@jackye1995 - can you confirm this change makes sense / is what was
intended?
@danielcweeks
--
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]