Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
PSeitz committed Nov 9, 2023
1 parent 58b6a7e commit a862a54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions columnar/src/columnar/writer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,7 @@ impl ColumnarWriter {

// Serialize [Dictionary, Column, dictionary num bytes U32::LE]
// Column: [Column Index, Column Values, column index num bytes U32::LE]
#[allow(clippy::too_many_arguments)]
fn serialize_bytes_or_str_column(
cardinality: Cardinality,
num_docs: RowId,
Expand Down

0 comments on commit a862a54

Please sign in to comment.