Skip to content

Commit

Permalink
code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sullis committed Dec 6, 2018
1 parent bc1bf2d commit 95010c1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ public void setup() {
}

@Test
public void createNewParquetFile() throws InterruptedException, IOException, TimeoutException, ExecutionException {
public void createNewParquetFile()
throws InterruptedException, IOException, TimeoutException, ExecutionException {
// #init-writer
Configuration conf = new Configuration();
conf.setBoolean(AvroReadSupport.AVRO_COMPATIBILITY, true);
Expand Down

0 comments on commit 95010c1

Please sign in to comment.