alamb opened a new issue, #9154:
URL: https://github.com/apache/arrow-rs/issues/9154

   **Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
   As we pointed out on 
https://github.com/apache/arrow-rs/pull/9115/changes#r2679491606
   
   Many  existing examples in the 
https://github.com/apache/arrow-rs/tree/main/parquet/examples directory are 
either redundant or would be easier to find if we moved them into the 
documentation comments
   
   For example the async reader example  in 
https://github.com/apache/arrow-rs/blob/53236b4690b87a754a93621a3dae3259b31e307a/parquet/examples/async_read_parquet.rs#L29
   
   Is entirely redundant with 
https://docs.rs/parquet/latest/parquet/arrow/arrow_reader/struct.ArrowReaderBuilder.html#method.new
   
   
   
   
   **Describe the solution you'd like**
   For each example,
   1. Add the example to the corresponding API, if it is not alread there
   1. Remove the example
   
   PLease make one PR for each example, to make reviewing easier
   
   **Describe alternatives you've considered**
   <!--
   A clear and concise description of any alternative solutions or features 
you've considered.
   -->
   
   **Additional context**
   <!--
   Add any other context or screenshots about the feature request here.
   -->
   


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