Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jerqi committed Aug 30, 2023
1 parent b5fce2c commit f600ed2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ protected CloseableIterable<ScanTask> doPlanFiles() {
}
}


private CloseableIterable<ScanTask> posDeletesScanTasks(
ManifestFile manifest,
PartitionSpec spec,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ public void testWriteDataWithDifferentSetting() throws Exception {
Assertions.assertThat(getCompressionType(inputFile))
.isEqualToIgnoringCase(properties.get(COMPRESSION_CODEC));
}

}

private String getCompressionType(InputFile inputFile) throws Exception {
Expand Down

0 comments on commit f600ed2

Please sign in to comment.