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

   Closes #9154
   
   ## Rationale for this change
   
   The async parquet reader example under `parquet/examples` duplicated 
functionality
   that is already exposed through the public `ArrowReaderBuilder::try_new` API.
   
   Moving this example into the API documentation improves discoverability for 
users
   while avoiding the need to maintain duplicate standalone examples.
   
   ## What changes are included in this PR?
   
   - Added an async parquet reading example to the rustdoc comments for
     `ArrowReaderBuilder::try_new`
   - Removed the redundant `async_read_parquet.rs` example file from
     `parquet/examples`
   
   ## Are these changes tested?
   
   Yes. Existing tests were run locally using:
   
   ```bash
   cargo test -p parquet
   


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