Class PolarisRestCatalogViewAwsIntegrationTest
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.PolarisRestCatalogViewAwsIntegrationTest
Runs PolarisRestCatalogViewIntegrationTest on AWS.
-
Field Summary
FieldsFields 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.StorageConfigInfoprotected 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
-
Field Details
-
ROLE_ARN
-
BASE_LOCATION
-
-
Constructor Details
-
PolarisRestCatalogViewAwsIntegrationTest
public PolarisRestCatalogViewAwsIntegrationTest()
-
-
Method Details
-
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.
-