Skip to content

Commit 0e58ca8

Browse files
committed
update comment
1 parent 40cc826 commit 0e58ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/physical-expr/src/array_expressions.rs

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

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

0 commit comments

Comments
 (0)