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_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
     
    static void
    setUp(Path tempDir)
     
    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
  • Constructor Details

    • PolarisRestCatalogViewFileIntegrationTestBase

      public PolarisRestCatalogViewFileIntegrationTestBase()
  • Method Details