rluvaton opened a new pull request, #10282: URL: https://github.com/apache/arrow-rs/pull/10282
# Which issue does this PR close? N/A # Rationale for this change the caller of `try_new` is responsible for handling errors, so it should not panic even when `force_validate` feature is on. the added benefit is that validation is not called twice on `try_new` when `force_validate` feature is on # What changes are included in this PR? use builder validation call # Are these changes tested? yes # Are there any user-facing changes? error instead of panic ----- Found while testing: - #10272 -- 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]
