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

   # Which issue does this PR close?
   
   - Related to https://github.com/apache/arrow-rs/pull/6947
   - Related to https://github.com/apache/arrow-rs/issues/6946
   
   # Rationale for this change
    While working on the code I found:
   1. The examples are in the module docs, not on the struct used to construct 
async readers
   2. The example had both basic usage as well as more advanced usage (setting 
options / projection selection) which I think it makes harder to understand
   
   # What changes are included in this PR?
   
   1. Move example to `ParquetRecordBatchStreamBuilder::new`
   2. Split into 2 examples: one for basic usage and one for more advanced 
usage 
   
   # Are there any user-facing changes?
   Docs only, no functional chagne
   
   <!--
   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 call them out.
   -->
   


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