Skip to content

Commit

Permalink
Fix error in compaction worker.
Browse files Browse the repository at this point in the history
  • Loading branch information
kenwenzel committed Jun 27, 2024
1 parent a65f787 commit 4f6e0a6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ private void compactDataFiles(File weekFolder) throws IOException {
pair.getSecond().close();
} catch (IOException e) {
}
break;
}
}

Expand Down

0 comments on commit 4f6e0a6

Please sign in to comment.