Class TestIcebergRedirectionToHive

java.lang.Object
io.trino.tempto.ProductTest
io.trino.tests.product.iceberg.TestIcebergRedirectionToHive

public class TestIcebergRedirectionToHive extends io.trino.tempto.ProductTest
Tests interactions between Iceberg and Hive connectors, when one tries to read a table created by the other with redirects enabled.
See Also:
  • Constructor Details

    • TestIcebergRedirectionToHive

      public TestIcebergRedirectionToHive()
  • Method Details

    • createAdditionalSchema

      public void createAdditionalSchema()
    • testRedirect

      public void testRedirect()
    • testRedirectWithNonDefaultSchema

      public void testRedirectWithNonDefaultSchema()
    • testRedirectToNonexistentCatalog

      public void testRedirectToNonexistentCatalog()
    • testRedirectWithDefaultSchemaInSession

      public void testRedirectWithDefaultSchemaInSession()
    • testRedirectPartitionsToUnpartitioned

      public void testRedirectPartitionsToUnpartitioned()
    • testRedirectInvalidSystemTable

      public void testRedirectInvalidSystemTable()
    • testRedirectPartitionsToPartitioned

      public void testRedirectPartitionsToPartitioned()
    • testInsert

      public void testInsert(String schema, boolean partitioned)
    • schemaAndPartitioning

      public static Object[][] schemaAndPartitioning()
    • testDelete

      public void testDelete()
    • testUpdate

      public void testUpdate()
    • testDropTable

      public void testDropTable()
    • testDescribe

      public void testDescribe()
    • testShowCreateTable

      public void testShowCreateTable()
    • testShowStats

      public void testShowStats()
    • testAlterTableRename

      public void testAlterTableRename()
    • testAlterTableAddColumn

      public void testAlterTableAddColumn()
    • testAlterTableRenameColumn

      public void testAlterTableRenameColumn()
    • testAlterTableDropColumn

      public void testAlterTableDropColumn()
    • testCommentTable

      public void testCommentTable()
    • testShowGrants

      public void testShowGrants()
    • testInformationSchemaColumns

      public void testInformationSchemaColumns()
    • testSystemJdbcColumns

      public void testSystemJdbcColumns()
    • testGrant

      public void testGrant()
    • testRevoke

      public void testRevoke()
    • testSetTableAuthorization

      public void testSetTableAuthorization()
    • testDeny

      public void testDeny()