We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ebeb50 commit ee07e00Copy full SHA for ee07e00
src/main/java/org/radarcns/RestructureAvroRecords.java
@@ -184,7 +184,7 @@ public void start(String directoryName) throws IOException {
184
}
185
186
logger.info("Cleaning offset file");
187
- OffsetRangeFile.cleanUp(outputPath);
+ OffsetRangeFile.cleanUp(offsetsPath);
188
189
190
private static String getTopic(Path filePath, OffsetRangeSet seenFiles) {
0 commit comments