Skip to content

Commit

Permalink
fix compilation issue in benchmark source
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-git committed Jan 16, 2025
1 parent 1da6363 commit ca948d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ private[journal] object Batch_4_1_2 {
case None => state
}

case Some(next: Delete) =>
case Some(_: Delete) =>
val record = ActionRecord(append, partitionOffset)
val appends = Appends(partitionOffset.offset, NonEmptyList.one(record))
state.prepend(appends)
Expand Down

0 comments on commit ca948d1

Please sign in to comment.