scovich opened a new issue, #8418: URL: https://github.com/apache/arrow-rs/issues/8418
picking on the [docs](https://docs.rs/arrow/latest/arrow/array/struct.UnionArray.html#safety) a bit -- > the implementation expects them to be positive Technically, zero is not mathematically positive... it's the only value that is both non-negative and non-positive. Perhaps rust officially has some other definition, but Google search AI overview doesn't seem to think so: <img width="812" height="794" alt="image" src="https://github.com/user-attachments/assets/5a3a3766-14c7-4646-9687-2d9451525a7c" /> _Originally posted by @scovich in https://github.com/apache/arrow-rs/pull/8349#discussion_r2370487783_ -- 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]
