zeroshade commented on pull request #10071: URL: https://github.com/apache/arrow/pull/10071#issuecomment-829654974
@nickpoorman so the tact I've taken in here has been essentially if something is a *programmer* error such as trying to create an integer node with string logical type, and is unrecoverable I might panic. But if something fails based on user inputs or in normal operation, then I return an error. I've done a lot of looking to try to reduce the panics in here, is there any specific ones or patterns in here you think should be an error where I'm doing a panic? -- 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. For queries about this service, please contact Infrastructure at: [email protected]
