tustvold commented on issue #5091: URL: https://github.com/apache/arrow-rs/issues/5091#issuecomment-1816588891
> it can handle make_array(1, NULL, 2) but when it comes make_array(NULL, 1), this will be failed to construct. Because in the later case, this first array is NullArray It is only handling this by accident and incorrectly. You need to coerce the types passed to make_array to a consistent type signature -- 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]
