Skip to content

Commit

Permalink
feat: Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
# Conflicts:
#	rust/src/protocol/mod.rs
  • Loading branch information
scarman-db committed Oct 25, 2023
2 parents a07bf37 + 4dc2d52 commit 291aeb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/src/protocol/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ pub enum ProtocolError {
source: parquet::errors::ParquetError,
},

/// Failed to serialize operation
/// Faild to serialize operation
#[error("Failed to serialize operation: {source}")]
SerializeOperation {
#[from]
Expand Down

0 comments on commit 291aeb4

Please sign in to comment.