Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
demetribu committed Nov 15, 2024
1 parent e9b0bee commit d209f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/physical-plan/src/unnest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,7 @@ fn repeat_arrs_from_indices(
if repeat {
Ok(kernels::take::take(arr, indices, None)?)
} else {
Ok(new_null_array(arr.data_type(), indices.len()))
Ok(new_null_array(arr.data_type(), arr.len()))
}
})
.collect()
Expand Down

0 comments on commit d209f16

Please sign in to comment.