Skip to content

Commit

Permalink
Fix wording in ReplayVisitor::visit_insert (#2123)
Browse files Browse the repository at this point in the history
  • Loading branch information
Centril authored Jan 14, 2025
1 parent 59a8b3f commit a4dc762
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,7 @@ impl<F: FnMut(u64)> spacetimedb_commitlog::payload::txdata::Visitor for ReplayVi
.replay_insert(table_id, &schema, &row)
.with_context(|| {
format!(
"Error deleting row {:?} during transaction {:?} playback",
"Error inserting row {:?} during transaction {:?} playback",
row, self.committed_state.next_tx_offset
)
})?;
Expand Down

1 comment on commit a4dc762

@github-actions
Copy link

@github-actions github-actions bot commented on a4dc762 Jan 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Criterion benchmark results

Error when comparing benchmarks: Couldn't find AWS credentials in environment, credentials file, or IAM role.

Caused by:
Couldn't find AWS credentials in environment, credentials file, or IAM role.

Please sign in to comment.