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

   # Which issue does this PR close?
   
   N/A
   
   # Rationale for this change
   
   Working on own async Apache IPC stream implementation I noticed that the 
exposed API is incomplete.
   For example, `write_message` is a public, but `write_continuation` is not, 
so you can write all records, but not the marker to finish the stream.
   Also, it is not possible to read externally any `IpcWriteOptions` provided 
which are useful in some scenarios.
    
   # What changes are included in this PR?
   
   Just making some fields and one method public.
   
   # Are there any user-facing changes?
   
   I don't think there is anything that need to be changed, let me know if 
there is.
   
   <!---
   If there are any breaking changes to public APIs, please add the `breaking 
change` label.
   -->
   No breaking changes for existing APIs.
   


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