snazy commented on code in PR #1651: URL: https://github.com/apache/polaris/pull/1651#discussion_r2102320666
########## integration-tests/src/main/java/org/apache/polaris/service/it/test/PolarisRestCatalogViewFileIntegrationTest.java: ########## @@ -18,20 +18,32 @@ */ package org.apache.polaris.service.it.test; +import java.nio.file.Path; import java.util.List; import org.apache.polaris.core.admin.model.FileStorageConfigInfo; import org.apache.polaris.core.admin.model.StorageConfigInfo; +import org.junit.jupiter.api.BeforeAll; +import org.junit.jupiter.api.io.TempDir; /** Runs PolarisRestCatalogViewIntegrationTest on the local filesystem. */ -public class PolarisRestCatalogViewFileIntegrationTest +public abstract class PolarisRestCatalogViewFileIntegrationTest Review Comment: Maybe, however the class was always just a base class and I wanted to limit the changes to a minimum, but make it clear that this is not an actual test-class. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org