diff --git a/plugin/trino-iceberg/src/main/java/io/trino/plugin/iceberg/IcebergPageSourceProvider.java b/plugin/trino-iceberg/src/main/java/io/trino/plugin/iceberg/IcebergPageSourceProvider.java index 1c7c3e40541e..a4f6d34edc0e 100644 --- a/plugin/trino-iceberg/src/main/java/io/trino/plugin/iceberg/IcebergPageSourceProvider.java +++ b/plugin/trino-iceberg/src/main/java/io/trino/plugin/iceberg/IcebergPageSourceProvider.java @@ -1359,7 +1359,7 @@ private static TrinoException handleException(OrcDataSourceId dataSourceId, Exce return new TrinoException(ICEBERG_CURSOR_ERROR, format("Failed to read ORC file: %s", dataSourceId), exception); } - private static final class ReaderPageSourceWithRowPositions + public static final class ReaderPageSourceWithRowPositions { private final ReaderPageSource readerPageSource; private final Optional startRowPosition;