Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
broccoliSpicy committed Nov 8, 2024
1 parent 6ec4f84 commit cdedc02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/lance-encoding/src/encoder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1444,7 +1444,7 @@ pub mod tests {
assert!(!is_dict_encoding_applicable(vec![Some("a"), Some("a")], 3));
}

/*
/*
fn is_fixed_size_encoding_applicable(
arrays: Vec<Vec<Option<&str>>>,
version: LanceFileVersion,
Expand Down

0 comments on commit cdedc02

Please sign in to comment.