emilk opened a new issue, #10553: URL: https://github.com/apache/arrow-rs/issues/10553
There are a lot of functions in arrow that are "panic by default" - that is, a bad parameter causes a panic. I want to propose that we try to heed this design going forward: * Every function that can panic on bad input should have a `# Panics` section in its docstring (we mostly do this already) * Every function that can panic on bad input should have a `try_` version of itself that instead returns a `Result` -- 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]
