Closed alamb closed 3 weeks ago
Closes https://github.com/apache/arrow-rs/issues/6528
Propose adding a new safe API to replace nulls
@tustvold mentioned the potential implications of this API https://github.com/apache/arrow-rs/issues/6528#issuecomment-2401522424 here. I added an example to show what was going on
Add Array::with_nulls
Array::with_nulls
New API
I agree -- let's not do this. I have another idea that might help https://github.com/apache/arrow-rs/issues/6528#issuecomment-2449860007
Which issue does this PR close?
Closes https://github.com/apache/arrow-rs/issues/6528
Rationale for this change
Propose adding a new safe API to replace nulls
@tustvold mentioned the potential implications of this API https://github.com/apache/arrow-rs/issues/6528#issuecomment-2401522424 here. I added an example to show what was going on
What changes are included in this PR?
Add
Array::with_nulls
Are there any user-facing changes?
New API