davidhewitt commented on issue #6017: URL: https://github.com/apache/arrow-rs/issues/6017#issuecomment-2352756753
I'm not sure if implmenting `UnionArray::logical_nulls` is sufficient; as least for dictionary-encoded data it seems to me that `DictionaryArray` does not respect the inner values' logical_nulls (just the raw null buffer if it exists) - https://docs.rs/arrow-array/53.0.0/src/arrow_array/array/dictionary_array.rs.html#731 (Possibly that's just a separate but related bug?) -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
