amoeba opened a new pull request, #46180: URL: https://github.com/apache/arrow/pull/46180
### Rationale for this change See https://github.com/apache/arrow/issues/45908. ### What changes are included in this PR? (This list is being expanded as I go) - [ ] Moves the following functions into Arrow's public-API: - [x] ArrayFromJSON, DictArrayFromJSON, ScalarFromJSON, DictScalarFromJSON - [ ] Includes the above in our public documentation ### Are these changes tested? Locally and will test in CI. ### Are there any user-facing changes? - This expands the scope of our public API but does not break any existing public APIs as the APIs being exposed here were in an internal namespace and not documented. - This would be a good candidate for a line item in our release blog post (feel free to tag me to write that). -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org