Skip to content

Commit 5c3ee8c

Browse files
committed
chore: doc
1 parent dfc90fd commit 5c3ee8c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

arrow-data/src/transform/mod.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -829,9 +829,8 @@ impl<'a> MutableArrayData<'a> {
829829
#[cfg(test)]
830830
mod test {
831831
use super::*;
832-
use arrow_buffer::BufferBuilder;
833832
use arrow_schema::Field;
834-
use std::{iter::repeat, sync::Arc};
833+
use std::sync::Arc;
835834

836835
#[test]
837836
fn test_list_append_with_capacities() {

arrow/src/util/bench_util.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ pub fn random_list_offsets<K: OffsetSizeTrait>(total_items: usize, min: usize, m
511511
result
512512
}
513513

514-
/// create a list of struct given
514+
/// Create a list of struct given child arrays and offsets
515515
pub fn create_struct_list<K: OffsetSizeTrait>(
516516
field_arrays: Vec<ArrayRef>,
517517
nulls: Option<Vec<bool>>,

0 commit comments

Comments
 (0)