alamb opened a new pull request, #5364:
URL: https://github.com/apache/arrow-rs/pull/5364

   # Which issue does this PR close?
   
   Related to https://github.com/apache/arrow-rs/pull/5318
   
   # Rationale for this change
    
   @tustvold deprecated `record_batches_to_json_rows` in 
https://github.com/apache/arrow-rs/pull/5318 but there are at least two of us 
(https://github.com/apache/arrow-rs/pull/5318/files#r1460432887) who are not 
quite sure how to use the existing APIs or suggested APIs to achieve the same 
results. 
   
   While converting from arrow --> JSON objects may not be ideal for certain 
usecases, I think it is a common request so we shouldn't cause users trouble if 
they were using it
   
   Thus I think adding an example to show that 
https://github.com/apache/arrow-rs/pull/5318 doesn't regress functionality is 
warranted 
   
   # What changes are included in this PR?
   Add a doc example about how to convert `RecordBatch`es to `serde_json` 
objects
   
   
   # Are there any user-facing changes?
   Better examples
   
   <!--
   If there are user-facing changes then we may require documentation to be 
updated before approving the PR.
   -->
   
   <!---
   If there are any breaking changes to public APIs, please add the `breaking 
change` label.
   -->
   


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