Skip to content

Commit

Permalink
chore: Default impl for AppendInput (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgbalogh authored Dec 28, 2024
1 parent 9054b2f commit 6cf2759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1269,7 +1269,7 @@ impl AsRef<[AppendRecord]> for AppendRecordBatch {
}

#[sync_docs]
#[derive(Debug, Clone)]
#[derive(Debug, Default, Clone)]
pub struct AppendInput {
pub records: AppendRecordBatch,
pub match_seq_num: Option<u64>,
Expand Down

0 comments on commit 6cf2759

Please sign in to comment.