You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2021/11/05 17:46:47 UTC

[arrow-rs] branch active_release updated: Update mod.rs (#909) (#919)

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

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


The following commit(s) were added to refs/heads/active_release by this push:
     new c9a9515  Update mod.rs (#909) (#919)
c9a9515 is described below

commit c9a9515c46d560ced00e23ff57cb10a1c97573cb
Author: Andrew Lamb <an...@nerdnetworks.org>
AuthorDate: Fri Nov 5 13:46:37 2021 -0400

    Update mod.rs (#909) (#919)
    
    Co-authored-by: kingeasternsun <ki...@gmail.com>
---
 parquet/src/file/mod.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parquet/src/file/mod.rs b/parquet/src/file/mod.rs
index f85de98..47d8258 100644
--- a/parquet/src/file/mod.rs
+++ b/parquet/src/file/mod.rs
@@ -19,7 +19,7 @@
 //!
 //! Provides access to file and row group readers and writers, record API, metadata, etc.
 //!
-//! See [`reader::SerializedFileReader`](reader/struct.SerializedFileReader.html) or
+//! See [`serialized_reader::SerializedFileReader`](serialized_reader/struct.SerializedFileReader.html) or
 //! [`writer::SerializedFileWriter`](writer/struct.SerializedFileWriter.html) for a
 //! starting reference, [`metadata::ParquetMetaData`](metadata/index.html) for file
 //! metadata, and [`statistics`](statistics/index.html) for working with statistics.