Class PolarisRestCatalogViewFileIntegrationTestBase
java.lang.Object
org.apache.iceberg.view.ViewCatalogTests<org.apache.iceberg.rest.RESTCatalog>
org.apache.polaris.service.it.test.PolarisRestCatalogViewIntegrationBase
org.apache.polaris.service.it.test.PolarisRestCatalogViewFileIntegrationTestBase
public abstract class PolarisRestCatalogViewFileIntegrationTestBase
extends PolarisRestCatalogViewIntegrationBase
Runs PolarisRestCatalogViewIntegrationTest on the local filesystem.
-
Field Summary
Fields inherited from class org.apache.polaris.service.it.test.PolarisRestCatalogViewIntegrationBase
DEFAULT_REST_CATALOG_CONFIGFields inherited from class org.apache.iceberg.view.ViewCatalogTests
SCHEMA -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.polaris.core.admin.model.StorageConfigInfostatic voidprotected booleanMethods inherited from class org.apache.polaris.service.it.test.PolarisRestCatalogViewIntegrationBase
before, catalog, cleanUp, createViewWithCustomMetadataLocation, createViewWithCustomMetadataLocationUsingPolaris, overridesRequestedLocation, requiresNamespaceCreate, supportsServerSideRetry, tableCatalogMethods inherited from class org.apache.iceberg.view.ViewCatalogTests
basicCreateView, completeCreateView, concurrentReplaceViewVersion, createAndReplaceViewWithLocation, createOrReplaceTableViaTransactionThatAlreadyExistsAsView, createOrReplaceView, createOrReplaceViewThatAlreadyExistsAsTable, createTableThatAlreadyExistsAsView, createTableViaTransactionThatAlreadyExistsAsView, createViewConflict, createViewErrorCases, createViewThatAlreadyExists, createViewThatAlreadyExistsAsTable, defaultViewProperties, listViews, listViewsAndTables, listViewsInEmptyNamespace, loadViewWithNonExistingNamespace, overrideViewProperties, renameTableTargetAlreadyExistsAsView, renameView, renameViewNamespaceMissing, renameViewSourceMissing, renameViewTargetAlreadyExistsAsTable, renameViewTargetAlreadyExistsAsView, renameViewUsingDifferentNamespace, replaceTableViaTransactionThatAlreadyExistsAsView, replaceViewConflict, replaceViewErrorCases, replaceViewThatAlreadyExistsAsTable, replaceViewVersion, replaceViewVersionByUpdatingSQLForDialect, replaceViewVersionConflict, replaceViewVersionErrorCases, supportsEmptyNamespace, testSqlForCaseInsensitive, testSqlForInvalidArguments, testSqlForMultipleDialects, updateViewLocation, updateViewLocationConflict, updateViewProperties, updateViewPropertiesConflict, updateViewPropertiesErrorCases
-
Constructor Details
-
PolarisRestCatalogViewFileIntegrationTestBase
public PolarisRestCatalogViewFileIntegrationTestBase()
-
-
Method Details
-
setUp
-
getStorageConfigInfo
protected org.apache.polaris.core.admin.model.StorageConfigInfo getStorageConfigInfo()- Specified by:
getStorageConfigInfoin classPolarisRestCatalogViewIntegrationBase- Returns:
- The catalog's storage config.
-
shouldSkip
protected boolean shouldSkip()- Specified by:
shouldSkipin classPolarisRestCatalogViewIntegrationBase- Returns:
- Whether the tests should be skipped, for example due to environment variables not being specified.
-