Skip to content

Commit

Permalink
AWS: Deprecate DynamoDB catalog (apache#9783)
Browse files Browse the repository at this point in the history
  • Loading branch information
geruh authored Feb 23, 2024
1 parent d95bd71 commit 00b7d5b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,12 @@
import software.amazon.awssdk.services.dynamodb.model.TransactWriteItemsRequest;
import software.amazon.awssdk.services.dynamodb.model.UpdateItemRequest;

/** DynamoDB implementation of Iceberg catalog */
/**
* DynamoDB implementation of Iceberg catalog
*
* @deprecated since 1.6.0, will be removed in 2.0.0
*/
@Deprecated
public class DynamoDbCatalog extends BaseMetastoreCatalog
implements SupportsNamespaces, Configurable {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
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
class DynamoDbTableOperations extends BaseMetastoreTableOperations {

private static final Logger LOG = LoggerFactory.getLogger(DynamoDbTableOperations.class);
Expand Down

0 comments on commit 00b7d5b

Please sign in to comment.