Skip to content

Commit

Permalink
Fix: RunEnd fill_null correctly reconstructs itself (#1666)
Browse files Browse the repository at this point in the history
  • Loading branch information
robert3005 authored Dec 12, 2024
1 parent 109bef8 commit 9a521d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion encodings/runend/src/compute/fill_null.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ impl FillNullFn<RunEndArray> for RunEndEncoding {
Ok(RunEndArray::with_offset_and_length(
array.ends(),
fill_null(array.values(), fill_value)?,
array.len(),
array.offset(),
array.len(),
)?
.into_array())
}
Expand Down

0 comments on commit 9a521d3

Please sign in to comment.