Skip to content

Commit

Permalink
Bugfix for binary indexing formats (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan Chattopadhyaya committed Jun 20, 2023
1 parent 3dd6161 commit 9dfdd94
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ private Future<?> startWorker(DocReader docReader) {
}

private String computeBatchFilename(IndexBenchmark benchmark, Map<String, AtomicInteger> batchCounters, String shard) {
if (benchmark.prepareBinaryFormat == null) return null;
String batchFilename = null;
String tmpDir = "tmp/"+benchmark.name;
try {
Expand Down

0 comments on commit 9dfdd94

Please sign in to comment.