tobixdev opened a new issue, #19085: URL: https://github.com/apache/datafusion/issues/19085
### Is your feature request related to a problem or challenge? https://github.com/apache/datafusion/pull/18903 introduced a small workaround for creating a null array. This was necessary due to a bug in arrow-rs that has been fixed (https://github.com/apache/arrow-rs/issues/8900). As `new_null` is the "go-to" way of creating a null array, we should use this functions once we depend on an arrow-rs version that contains the fix. ### Describe the solution you'd like Remove the builder call and use `FixedSizeBinaryArray::new_null` again. The test should remain to catch any future problems. ### Describe alternatives you've considered _No response_ ### Additional context _No response_ -- 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]
