This is an automated email from the ASF dual-hosted git repository. dhuo pushed a commit to branch persistence-poc in repository https://gitbox.apache.org/repos/asf/polaris.git
commit db9e71d270cdf1d7faf06a1b4b3de4d3f2c1a681 Merge: c7c9c459 0cf3cd7c Author: Dennis Huo <[email protected]> AuthorDate: Wed Feb 26 04:28:49 2025 +0000 Merge branch 'main' of github.com:dennishuo/polaris into dhuo-persistence-poc-extract-abstract-base .asf.yaml | 1 + .../src/main/kotlin/polaris-java.gradle.kts | 5 + build.gradle.kts | 2 - gradle/libs.versions.toml | 4 +- integration-tests/README.md | 19 ++ integration-tests/build.gradle.kts | 1 + .../service/it/env/IntegrationTestsHelper.java | 57 ++++++ .../it/test/PolarisApplicationIntegrationTest.java | 44 ++--- .../it/test/PolarisRestCatalogIntegrationTest.java | 34 ++-- .../it/test/PolarisSparkIntegrationTest.java | 9 +- .../service/it/env/IntegrationTestsHelperTest.java | 68 ++++++++ .../aws/AwsCredentialsStorageIntegration.java | 10 +- .../storage/aws/AwsStorageConfigurationInfo.java | 25 ++- .../system/data-compaction/2025-02-03.json | 6 +- .../2025-02-03.json | 16 +- .../system/orphan-file-removal/2025-02-03.json | 50 ++++++ .../2025-02-03.json | 18 +- .../aws/AwsCredentialsStorageIntegrationTest.java | 191 +++++++++++++++------ quarkus/admin/README.md | 21 ++- quarkus/defaults/README.md | 21 ++- quarkus/server/README.md | 21 ++- .../service/quarkus/entity/CatalogEntityTest.java | 5 +- regtests/client/python/pyproject.toml | 2 +- .../in-dev/unreleased/command-line-interface.md | 5 + site/content/in-dev/unreleased/entities.md | 2 + site/content/in-dev/unreleased/quickstart.md | 2 +- spec/README.md | 20 +++ 27 files changed, 523 insertions(+), 136 deletions(-)
