amoeba opened a new pull request, #46696:
URL: https://github.com/apache/arrow/pull/46696

   ### Rationale for this change
   
   https://github.com/apache/arrow/issues/45908 brought these helpers into the 
public API but didn't consider changes to their API. This PR makes all the 
helpers use the standard Result-pattern to make them more ergonomic. We can do 
this now without a breaking change because this and 
https://github.com/apache/arrow/issues/45908 will be part of Arrow 21.
   
   ### What changes are included in this PR?
   
   - Refactored all FromJSONString helpers to use the Result pattern (instead 
of using outparams)
   
   ### Are these changes tested?
   
   Yes.
   
   ### Are there any user-facing changes?
   
   No.


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