This is an automated email from the ASF dual-hosted git repository.

etudenhoefner pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


    from 4cc609a72c Python: Improve Glue catalog using Boto3 types (#8304)
     add d455c6e7d2 AWS: Remove deprecated APIs for 1.4.0 (#8612)

No new revisions were added by this update.

Summary of changes:
 .../aws/TestAssumeRoleAwsClientFactory.java        |    3 +-
 .../iceberg/aws/TestDefaultAwsClientFactory.java   |    7 +-
 .../org/apache/iceberg/aws/glue/GlueTestBase.java  |   23 +-
 .../iceberg/aws/glue/TestGlueCatalogLock.java      |    3 +
 .../iceberg/aws/glue/TestGlueCatalogTable.java     |   23 +-
 .../aws/lakeformation/LakeFormationTestBase.java   |    4 +-
 .../TestLakeFormationAwsClientFactory.java         |    4 +-
 .../iceberg/aws/s3/TestS3FileIOIntegration.java    |    3 +-
 .../aws/ApacheHttpClientConfigurations.java        |   20 +-
 .../iceberg/aws/AssumeRoleAwsClientFactory.java    |   31 +-
 .../org/apache/iceberg/aws/AwsClientFactories.java |   51 +-
 .../apache/iceberg/aws/AwsClientProperties.java    |   19 +-
 .../java/org/apache/iceberg/aws/AwsProperties.java | 1377 +-------------------
 .../aws/UrlConnectionHttpClientConfigurations.java |    4 +-
 .../org/apache/iceberg/aws/glue/GlueCatalog.java   |   25 +-
 .../LakeFormationAwsClientFactory.java             |   10 +-
 .../apache/iceberg/aws/s3/S3FileIOProperties.java  |    2 +-
 .../apache/iceberg/aws/TestAwsClientFactories.java |    6 +-
 .../org/apache/iceberg/aws/TestAwsProperties.java  |  279 ----
 .../iceberg/aws/TestHttpClientConfigurations.java  |   30 +-
 ...tiesTest.java => TestHttpClientProperties.java} |   26 +-
 ...Properties.java => TestS3FileIOProperties.java} |  173 +--
 .../apache/iceberg/aws/glue/TestGlueCatalog.java   |   21 +-
 23 files changed, 272 insertions(+), 1872 deletions(-)
 copy aws/src/test/java/org/apache/iceberg/aws/{HttpClientPropertiesTest.java 
=> TestHttpClientProperties.java} (76%)
 copy aws/src/test/java/org/apache/iceberg/aws/{TestAwsProperties.java => 
TestS3FileIOProperties.java} (54%)

Reply via email to