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

emaynard 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 a8576028e Fix FileIOExceptionsTest to conform to new Iceberg 1.8 API 
(#1501)
a8576028e is described below

commit a8576028ed13e3f31405da71b54f6ae9c5a32a42
Author: Eric Maynard <eric.maynard+...@snowflake.com>
AuthorDate: Wed Apr 30 14:16:17 2025 -0700

    Fix FileIOExceptionsTest to conform to new Iceberg 1.8 API (#1501)
    
    It looks like after #1283, this test no longer compiles as the Iceberg API 
has changed. I'm not sure how this wasn't caught by CI on that PR itself.
---
 .../apache/polaris/service/quarkus/catalog/io/FileIOExceptionsTest.java  | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/quarkus/service/src/test/java/org/apache/polaris/service/quarkus/catalog/io/FileIOExceptionsTest.java
 
b/quarkus/service/src/test/java/org/apache/polaris/service/quarkus/catalog/io/FileIOExceptionsTest.java
index 9302daee8..4ae234e55 100644
--- 
a/quarkus/service/src/test/java/org/apache/polaris/service/quarkus/catalog/io/FileIOExceptionsTest.java
+++ 
b/quarkus/service/src/test/java/org/apache/polaris/service/quarkus/catalog/io/FileIOExceptionsTest.java
@@ -136,6 +136,7 @@ public class FileIOExceptionsTest {
                 "ns1",
                 "t1",
                 null,
+                null,
                 "ALL",
                 services.realmContext(),
                 services.securityContext());

Reply via email to