This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/master by this push:
new 67af0d0 Update mod.rs (#909)
67af0d0 is described below
commit 67af0d0f55b2b0f7e16c86fa6c7624e11af04b12
Author: kingeasternsun <[email protected]>
AuthorDate: Thu Nov 4 03:53:48 2021 +0800
Update mod.rs (#909)
---
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.