Skip to content

Commit

Permalink
Add testSnappyCompressedParquetTable to STORAGE_FORMATS group
Browse files Browse the repository at this point in the history
  • Loading branch information
kokosing committed Jul 4, 2019
1 parent 992224d commit aa8c1d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ public void testCreatePartitionedTableAs(StorageFormat storageFormat)
query(format("DROP TABLE %s", tableName));
}

@Test
@Test(groups = {STORAGE_FORMATS})
public void testSnappyCompressedParquetTableCreatedInHive()
{
String tableName = "table_created_in_hive_parquet";
Expand Down

0 comments on commit aa8c1d6

Please sign in to comment.