This is an automated email from the ASF dual-hosted git repository. yufei pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/polaris.git
from f8ad77a69 Prefer java.util.Base64 over commons-codec (#2463) add 3bc92b461 Service: Move tests to the right package (#2469) No new revisions were added by this update. Summary of changes: .../{ => generic}/AbstractPolarisGenericTableCatalogTest.java | 4 ++-- .../{ => generic}/PolarisGenericTableCatalogHandlerAuthzTest.java | 3 +-- .../{ => generic}/PolarisGenericTableCatalogRelationalTest.java | 3 ++- .../service/catalog/{ => iceberg}/AbstractIcebergCatalogTest.java | 6 +++--- .../catalog/{ => iceberg}/AbstractIcebergCatalogViewTest.java | 5 +++-- .../apache/polaris/service/catalog/{ => iceberg}/GetConfigTest.java | 2 +- .../catalog/{ => iceberg}/IcebergCatalogHandlerAuthzTest.java | 3 +-- .../{ => iceberg}/IcebergCatalogRelationalNoEntityCacheTest.java | 2 +- .../{ => iceberg}/IcebergCatalogRelationalWithEntityCacheTest.java | 2 +- .../iceberg/IcebergOverlappingTableTest.java} | 4 ++-- .../catalog/{ => iceberg}/IcebergViewCatalogRelationalTest.java | 2 +- .../service/catalog/{ => policy}/AbstractPolicyCatalogTest.java | 4 ++-- .../service/catalog/{ => policy}/PolicyCatalogHandlerAuthzTest.java | 3 +-- .../service/catalog/{ => policy}/PolicyCatalogRelationalTest.java | 3 ++- 14 files changed, 23 insertions(+), 23 deletions(-) rename runtime/service/src/test/java/org/apache/polaris/service/catalog/{ => generic}/AbstractPolarisGenericTableCatalogTest.java (99%) rename runtime/service/src/test/java/org/apache/polaris/service/catalog/{ => generic}/PolarisGenericTableCatalogHandlerAuthzTest.java (98%) rename runtime/service/src/test/java/org/apache/polaris/service/catalog/{ => generic}/PolarisGenericTableCatalogRelationalTest.java (91%) rename runtime/service/src/test/java/org/apache/polaris/service/catalog/{ => iceberg}/AbstractIcebergCatalogTest.java (99%) rename runtime/service/src/test/java/org/apache/polaris/service/catalog/{ => iceberg}/AbstractIcebergCatalogViewTest.java (98%) rename runtime/service/src/test/java/org/apache/polaris/service/catalog/{ => iceberg}/GetConfigTest.java (98%) rename runtime/service/src/test/java/org/apache/polaris/service/catalog/{ => iceberg}/IcebergCatalogHandlerAuthzTest.java (99%) rename runtime/service/src/test/java/org/apache/polaris/service/catalog/{ => iceberg}/IcebergCatalogRelationalNoEntityCacheTest.java (96%) rename runtime/service/src/test/java/org/apache/polaris/service/catalog/{ => iceberg}/IcebergCatalogRelationalWithEntityCacheTest.java (96%) rename runtime/service/src/test/java/org/apache/polaris/service/{admin/PolarisOverlappingTableTest.java => catalog/iceberg/IcebergOverlappingTableTest.java} (99%) rename runtime/service/src/test/java/org/apache/polaris/service/catalog/{ => iceberg}/IcebergViewCatalogRelationalTest.java (95%) rename runtime/service/src/test/java/org/apache/polaris/service/catalog/{ => policy}/AbstractPolicyCatalogTest.java (99%) rename runtime/service/src/test/java/org/apache/polaris/service/catalog/{ => policy}/PolicyCatalogHandlerAuthzTest.java (99%) rename runtime/service/src/test/java/org/apache/polaris/service/catalog/{ => policy}/PolicyCatalogRelationalTest.java (90%)