Skip to content

Commit 629e3b7

Browse files
committed
fix comment
Signed-off-by: jayzhan211 <jayzhan211@gmail.com>
1 parent 548ec0a commit 629e3b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/common/src/utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ pub fn arrays_into_list_array(
390390
))
391391
}
392392

393-
/// Get the child arrays from a `ListArray`.
393+
/// Get the child arrays from a `ArrayRef`.
394394
pub fn array_into_children_array_vec(list_arr: &ArrayRef) -> Vec<ArrayRef> {
395395
let data = list_arr.to_data();
396396
let children = data.child_data();

0 commit comments

Comments
 (0)