Skip to content

Commit 793a4b5

Browse files
code fix
1 parent 2efb291 commit 793a4b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

presto-hive/src/test/java/com/facebook/presto/hive/TestHiveIntegrationSmokeTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ public void testBucketedTable()
924924

925925
private void testBucketedTable(Session session, HiveStorageFormat storageFormat)
926926
{
927-
testBucketedTable(session, storageFormat, true, true);
927+
testBucketedTable(session, storageFormat, true, true);
928928
testBucketedTable(session, storageFormat, true, false);
929929
testBucketedTable(session, storageFormat, false, true);
930930
testBucketedTable(session, storageFormat, false, false);

0 commit comments

Comments
 (0)