Skip to content

Commit

Permalink
AWS: Adjust Deprecation Version for DynamoDB Catalog to 1.5.0 (#9788)
Browse files Browse the repository at this point in the history
  • Loading branch information
geruh authored Feb 23, 2024
1 parent 00b7d5b commit 569c12d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
/**
* DynamoDB implementation of Iceberg catalog
*
* @deprecated since 1.6.0, will be removed in 2.0.0
* @deprecated since 1.5.0, will be removed in 2.0.0
*/
@Deprecated
public class DynamoDbCatalog extends BaseMetastoreCatalog
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
import software.amazon.awssdk.services.dynamodb.model.PutItemRequest;
import software.amazon.awssdk.services.dynamodb.model.UpdateItemRequest;

/** @deprecated since 1.6.0, will be removed in 2.0.0 */
/** @deprecated since 1.5.0, will be removed in 2.0.0 */
@Deprecated
class DynamoDbTableOperations extends BaseMetastoreTableOperations {

Expand Down
1 change: 1 addition & 0 deletions docs/docs/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ PARTITIONED BY (category);
```

### DynamoDB Catalog
**Deprecated:** As of version 1.5.0, the DynamoDB Catalog is planned for deprecation in version 2.0.0.

Iceberg supports using a [DynamoDB](https://aws.amazon.com/dynamodb) table to record and manage database and table information.

Expand Down

0 comments on commit 569c12d

Please sign in to comment.