alamb commented on issue #11162: URL: https://github.com/apache/datafusion/issues/11162#issuecomment-2212542658
> I suppose there's a third option of updating arrow-rs to correctly calculate if a `UnionArray` is null, but I presume that works take much longer It would likely take longer Note there is a method that takes into account child nullability that perhaps we could use instead of `is_null`: https://docs.rs/arrow/latest/arrow/array/trait.Array.html#method.logical_nulls -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
