Skip to content

Commit

Permalink
Feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
aokolnychyi committed Nov 6, 2024
1 parent e95cf2c commit 89b3107
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions data/src/test/java/org/apache/iceberg/io/TestDVWriters.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@

import static org.assertj.core.api.Assertions.assertThat;

import java.io.File;
import java.io.IOException;
import java.nio.file.Files;
import java.util.Arrays;
import java.util.List;
import java.util.Map;
Expand Down Expand Up @@ -65,10 +63,6 @@ protected FileFormat dataFormat() {
@Override
@BeforeEach
public void setupTable() throws Exception {
this.tableDir = Files.createTempDirectory(temp, "junit").toFile();
assertThat(tableDir.delete()).isTrue(); // created during table creation

this.metadataDir = new File(tableDir, "metadata");
this.table = create(SCHEMA, PartitionSpec.unpartitioned());
this.fileFactory = OutputFileFactory.builderFor(table, 1, 1).format(FileFormat.PUFFIN).build();
}
Expand Down

0 comments on commit 89b3107

Please sign in to comment.