alamb commented on code in PR #9167:
URL: https://github.com/apache/arrow-rs/pull/9167#discussion_r2692353714


##########
parquet/src/arrow/arrow_reader/mod.rs:
##########
@@ -1002,6 +1002,20 @@ impl<T: ChunkReader + 'static> 
ParquetRecordBatchReaderBuilder<T> {
     /// // Read data
     /// let _batch = reader.next().unwrap().unwrap();
     /// ```
+
+
+    /// # Example
+    /// ```rust
+    /// use parquet::arrow::arrow_reader::ArrowReaderBuilder;

Review Comment:
   this is an example for a different structure, right? 
   
   The doc example is on `ParquetRecordBatchReaderBuilder` but the example is 
using `ArrowReaderBuilder` 🤔 



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