Skip to content

Commit

Permalink
Deprections for 1.0 release: remove dynamo lock manager and OBE prope…
Browse files Browse the repository at this point in the history
…rties (apache#5655)
  • Loading branch information
danielcweeks authored Aug 29, 2022
1 parent 64e3168 commit 5d9c1d3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 58 deletions.
5 changes: 0 additions & 5 deletions aws/src/main/java/org/apache/iceberg/aws/AwsProperties.java
Original file line number Diff line number Diff line change
Expand Up @@ -394,11 +394,6 @@ public class AwsProperties implements Serializable {
*/
public static final String S3_ACCESS_POINTS_PREFIX = "s3.access-points.";

/**
* @deprecated will be removed at 0.15.0, please use {@link #S3_CHECKSUM_ENABLED_DEFAULT} instead
*/
@Deprecated public static final boolean CLIENT_ENABLE_ETAG_CHECK_DEFAULT = false;

/**
* This flag controls whether the S3 client will be initialized during the S3FileIO
* initialization, instead of default lazy initialization upon use. This is needed for cases that
Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion docs/hive.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ Register an AWS `GlueCatalog` called `glue`:
```
SET iceberg.catalog.glue.catalog-impl=org.apache.iceberg.aws.GlueCatalog;
SET iceberg.catalog.glue.warehouse=s3://my-bucket/my/key/prefix;
SET iceberg.catalog.glue.lock-impl=org.apache.iceberg.aws.glue.DynamoLockManager;
SET iceberg.catalog.glue.lock.table=myGlueLockTable;
```

Expand Down

0 comments on commit 5d9c1d3

Please sign in to comment.