This is an automated email from the ASF dual-hosted git repository.

mbrobbel pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/main by this push:
     new a33957acda Fix typo in async_reader comment (#7433)
a33957acda is described below

commit a33957acda705bf396149607768f36c17fa8dedd
Author: Bryce Mecum <petrid...@gmail.com>
AuthorDate: Tue Apr 22 01:41:15 2025 -0700

    Fix typo in async_reader comment (#7433)
---
 parquet/src/arrow/async_reader/mod.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parquet/src/arrow/async_reader/mod.rs 
b/parquet/src/arrow/async_reader/mod.rs
index fc33608a4c..45df68821c 100644
--- a/parquet/src/arrow/async_reader/mod.rs
+++ b/parquet/src/arrow/async_reader/mod.rs
@@ -251,7 +251,7 @@ impl<T: AsyncFileReader + Send + 'static> 
ParquetRecordBatchStreamBuilder<T> {
     /// // another async I/O reader such as a reader from an object store.
     /// let file = tokio::fs::File::open(path).await.unwrap();
     ///
-    /// // Configure options for reading from the async souce
+    /// // Configure options for reading from the async source
     /// let builder = ParquetRecordBatchStreamBuilder::new(file)
     ///     .await
     ///     .unwrap();

Reply via email to