Skip to content

Commit

Permalink
For review
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya committed Mar 10, 2022
1 parent 39095e5 commit 9de478b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow/src/util/bench_util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ pub fn create_string_array<Offset: StringOffsetSizeTrait>(
create_string_array_with_len(size, null_density, 4)
}

/// Creates an random (but fixed-seeded) array of a given size, null density and length of string
/// Creates a random (but fixed-seeded) array of a given size, null density and length
pub fn create_string_array_with_len<Offset: StringOffsetSizeTrait>(
size: usize,
null_density: f32,
Expand Down

0 comments on commit 9de478b

Please sign in to comment.