rambleraptor commented on issue #7806:
URL: https://github.com/apache/arrow-rs/issues/7806#issuecomment-3403105506

   I've sent out a couple PRs that replace panics with errors. 
   
   #8603 is a single panic, while #8602 is an assortment of many that we've 
found in our internal testing.
   
   I'm personally a huge fan of returning errors instead of panics. Panics end 
up being a lot less user-friendly, especially if the caller isn't expecting 
them.


-- 
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]

Reply via email to