Skip to content

Commit

Permalink
Add TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Oct 13, 2024
1 parent 558e1ba commit 7853d8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ pub fn apply_filter_as_nulls(

/// Replaces the nulls in the input array with the given `NullBuffer`
///
/// Can replace when upstreamed in arrow-rs: <https://github.com/apache/arrow-rs/issues/6528>
/// TODO: replace when upstreamed in arrow-rs: <https://github.com/apache/arrow-rs/issues/6528>
pub fn set_nulls_dyn(input: &dyn Array, nulls: Option<NullBuffer>) -> Result<ArrayRef> {
if let Some(nulls) = nulls.as_ref() {
assert_eq!(nulls.len(), input.len());
Expand Down

0 comments on commit 7853d8f

Please sign in to comment.