public class TestHiveBucketedTables extends io.prestosql.tempto.ProductTest implements io.prestosql.tempto.RequirementsProvider
| Constructor and Description |
|---|
TestHiveBucketedTables() |
| Modifier and Type | Method and Description |
|---|---|
io.prestosql.tempto.Requirement |
getRequirements(io.prestosql.tempto.configuration.Configuration configuration) |
void |
testAllowMultipleFilesPerBucket() |
void |
testCreateBucketedTableAsSelect() |
void |
testCreatePartitionedBucketedTableAsSelect() |
void |
testIgnorePartitionBucketingIfNotBucketed() |
void |
testInsertIntoBucketedTables() |
void |
testInsertPartitionedBucketed() |
void |
testSelectAfterMultipleInserts() |
void |
testSelectAfterMultipleInsertsForPartitionedTable() |
void |
testSelectAfterMultipleInsertsForSortedTable() |
void |
testSelectFromEmptyBucketedTableEmptyTablesAllowed() |
void |
testSelectFromIncompleteBucketedTableEmptyTablesAllowed() |
void |
testSelectStar() |
public static final io.prestosql.tempto.fulfillment.table.hive.HiveTableDefinition BUCKETED_NATION
public static final io.prestosql.tempto.fulfillment.table.hive.HiveTableDefinition BUCKETED_NATION_PREPARED
public static final io.prestosql.tempto.fulfillment.table.hive.HiveTableDefinition BUCKETED_SORTED_NATION
public static final io.prestosql.tempto.fulfillment.table.hive.HiveTableDefinition BUCKETED_PARTITIONED_NATION
public io.prestosql.tempto.Requirement getRequirements(io.prestosql.tempto.configuration.Configuration configuration)
getRequirements in interface io.prestosql.tempto.RequirementsProviderpublic void testSelectStar()
public void testIgnorePartitionBucketingIfNotBucketed()
public void testAllowMultipleFilesPerBucket()
public void testSelectAfterMultipleInserts()
public void testSelectAfterMultipleInsertsForSortedTable()
public void testSelectAfterMultipleInsertsForPartitionedTable()
public void testSelectFromEmptyBucketedTableEmptyTablesAllowed()
public void testSelectFromIncompleteBucketedTableEmptyTablesAllowed()
public void testInsertPartitionedBucketed()
public void testCreatePartitionedBucketedTableAsSelect()
public void testInsertIntoBucketedTables()
public void testCreateBucketedTableAsSelect()
Copyright © 2012–2019. All rights reserved.