Skip to content

Commit 0e437dd

Browse files
code fix
1 parent 1b8205a commit 0e437dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

presto-product-tests/src/main/java/com/facebook/presto/tests/hive/TestHiveBucketedTables.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ private static HiveTableDefinition bucketTableDefinition(String tableName, boole
7272
public Requirement getRequirements(Configuration configuration)
7373
{
7474
return Requirements.compose(
75+
MutableTableRequirement.builder(BUCKETED_NATION).withState(CREATED).build(),
7576
MutableTableRequirement.builder(BUCKETED_PARTITIONED_NATION).withState(CREATED).build(),
7677
immutableTable(NATION));
7778
}

0 commit comments

Comments
 (0)