Skip to content

Commit 05e365a

Browse files
committed
update comment
1 parent 328ad3c commit 05e365a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

datafusion/physical-expr/src/array_expressions.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1718,7 +1718,7 @@ pub fn flatten(args: &[ArrayRef]) -> Result<ArrayRef> {
17181718
Ok(Arc::new(flattened_array) as ArrayRef)
17191719
}
17201720

1721-
/// Macro for dispatching array length computation based on the offset type.
1721+
/// Dispatch array length computation based on the offset type.
17221722
fn array_length_dispatch<O: OffsetSizeTrait>(array: &[ArrayRef]) -> Result<ArrayRef> {
17231723
let list_array = as_generic_list_array::<O>(&array[0])?;
17241724
let dimension = if array.len() == 2 {

0 commit comments

Comments
 (0)