You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by bl...@apache.org on 2022/09/22 16:32:16 UTC

[iceberg] branch master updated (e69d34ea26 -> 429f68ab7b)

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

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


    from e69d34ea26 Python: Include the tests in source distribution (#5829)
     add 429f68ab7b Build: Apply spotless on integration modules as well  (#5827)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iceberg/aws/AwsIntegTestUtil.java   |  65 +--
 .../aws/TestAssumeRoleAwsClientFactory.java        | 130 +++---
 .../iceberg/aws/TestDefaultAwsClientFactory.java   |  13 +-
 .../iceberg/aws/dynamodb/TestDynamoDbCatalog.java  | 201 ++++++----
 .../aws/dynamodb/TestDynamoDbLockManager.java      | 165 ++++----
 .../org/apache/iceberg/aws/glue/GlueTestBase.java  |  36 +-
 .../aws/glue/TestGlueCatalogCommitFailure.java     | 202 +++++-----
 .../iceberg/aws/glue/TestGlueCatalogLock.java      |  91 +++--
 .../iceberg/aws/glue/TestGlueCatalogNamespace.java |  73 ++--
 .../iceberg/aws/glue/TestGlueCatalogTable.java     | 359 ++++++++++-------
 .../aws/lakeformation/LakeFormationTestBase.java   | 437 +++++++++++++--------
 .../TestLakeFormationAwsClientFactory.java         |  97 +++--
 .../TestLakeFormationDataOperations.java           |  89 +++--
 .../TestLakeFormationMetadataOperations.java       |  89 +++--
 .../java/org/apache/iceberg/aws/s3/S3TestUtil.java |   4 +-
 .../iceberg/aws/s3/TestS3FileIOIntegration.java    | 176 ++++++---
 .../iceberg/aws/s3/TestS3MultipartUpload.java      |  25 +-
 baseline.gradle                                    |   2 +-
 .../java/org/apache/iceberg/spark/SmokeTest.java   |  99 +++--
 .../java/org/apache/iceberg/spark/SmokeTest.java   |  99 +++--
 .../java/org/apache/iceberg/spark/SmokeTest.java   |  99 +++--
 .../java/org/apache/iceberg/spark/SmokeTest.java   |  99 +++--
 22 files changed, 1596 insertions(+), 1054 deletions(-)