You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/09/29 23:19:13 UTC

[GitHub] [arrow] nevi-me commented on pull request #8303: ARROW-10136: [Rust][Arrow]: Fix null handling in StringArray and BinaryArray filtering, add BinaryArray::from_opt_vec

nevi-me commented on pull request #8303:
URL: https://github.com/apache/arrow/pull/8303#issuecomment-701042100


   Thanks @alamb, this existed as https://issues.apache.org/jira/browse/ARROW-5352; so I'll close that out.
   
   The same behaviour would occur with a `BinaryArray`, I haven't looked at this PR, but it's worthwhile to ensure that `StringArray` and `BinaryArray` are treated consistently.
   
   And yes, the issue didn't affect primitive arrays, I think it was because we were pushing an empty string where we should have pushed a null slot on the null bitmap


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org