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

public class PolarisRestCatalogViewAwsIntegrationTest extends PolarisRestCatalogViewIntegrationBase
Runs PolarisRestCatalogViewIntegrationTest on AWS.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     

    Fields inherited from class org.apache.polaris.service.it.test.PolarisRestCatalogViewIntegrationBase

    DEFAULT_REST_CATALOG_CONFIG

    Fields inherited from class org.apache.iceberg.view.ViewCatalogTests

    SCHEMA
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.apache.polaris.core.admin.model.StorageConfigInfo
     
    protected boolean
     

    Methods 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • ROLE_ARN

      public static final String ROLE_ARN
    • BASE_LOCATION

      public static final String BASE_LOCATION
  • Constructor Details

    • PolarisRestCatalogViewAwsIntegrationTest

      public PolarisRestCatalogViewAwsIntegrationTest()
  • Method Details