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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org