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

   ### What changes are included in this PR?
   
   Small refactoring in the IPC reader implementation classes of how the schema 
is read in order to support getting the schema asynchronously through 
ArrowStreamReader and avoiding the case where ArrowStreamReader.Schema returns 
null because no record batches have yet been read.
   
   ### Are these changes tested?
   
   Yes.
   
   ### Are there any user-facing changes?
   
   A new method ArrowStreamReader.GetSchema has been added to allow the schema 
to be gotten asynchronously.
   
   Closes #40634 


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