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

snazy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/main by this push:
     new 81f4c080b Fix compilation failures in 
GcpCredentialsStorageIntegrationTest (#3257)
81f4c080b is described below

commit 81f4c080b87f2eab05d9a073a96a9d9e77cfea22
Author: Alexandre Dutra <[email protected]>
AuthorDate: Fri Dec 12 16:45:04 2025 +0100

    Fix compilation failures in GcpCredentialsStorageIntegrationTest (#3257)
---
 .../service/storage/gcp/GcpCredentialsStorageIntegrationTest.java        | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/polaris-core/src/test/java/org/apache/polaris/service/storage/gcp/GcpCredentialsStorageIntegrationTest.java
 
b/polaris-core/src/test/java/org/apache/polaris/service/storage/gcp/GcpCredentialsStorageIntegrationTest.java
index 00c203d81..145b80319 100644
--- 
a/polaris-core/src/test/java/org/apache/polaris/service/storage/gcp/GcpCredentialsStorageIntegrationTest.java
+++ 
b/polaris-core/src/test/java/org/apache/polaris/service/storage/gcp/GcpCredentialsStorageIntegrationTest.java
@@ -362,6 +362,7 @@ class GcpCredentialsStorageIntegrationTest extends 
BaseStorageIntegrationTest {
         true,
         Set.of("gs://bucket/path"),
         Set.of("gs://bucket/path"),
+        PolarisPrincipal.of("principal", Map.of(), Set.of()),
         Optional.empty());
 
     Mockito.verify(mockIamClient)

Reply via email to