Skip to content

Commit

Permalink
missed update to test
Browse files Browse the repository at this point in the history
  • Loading branch information
lirui-apache committed Jul 30, 2019
1 parent 44d0b0c commit eedd6e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public void testDefaultPartitionName() throws Exception {

@Test
public void testDifferentFormats() throws Exception {
String[] formats = new String[]{"orc", "parquet", "sequencefile"};
String[] formats = new String[]{"orc", "parquet", "sequencefile", "csv"};
for (String format : formats) {
readWriteFormat(format);
}
Expand Down

0 comments on commit eedd6e9

Please sign in to comment.