paleolimbot opened a new issue, #252:
URL: https://github.com/apache/arrow-nanoarrow/issues/252

   The nanoarrow 0.2.0 release added IPC read support via the nanoarrow_ipc 
extension. Write support would be great too! A few use-cases:
   
   - In R, writing an Arrow IPC stream is a handy and performant alternative to 
CSV or JSON when serializing a data frame/table.
   - It would some possibilities for examples because writing IPC to stdout and 
reading from stdin are handy ways to illustrate create/encode logic
   - It would allow us to generate more of our own test data: we currently rely 
heavily on Arrow C++ to generate roundtrip data and it would be helpful to do 
some of that ourselves for testing on platforms where Arrow C++ doesn't build


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