This is an automated email from the ASF dual-hosted git repository.
tustvold 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 5e9919fd2b6 Fix incorrect URL to Parquet CPP types.h (#5790)
5e9919fd2b6 is described below
commit 5e9919fd2b66fb987255afac76b9b6d1654676e6
Author: Liang-Chi Hsieh <[email protected]>
AuthorDate: Tue May 21 10:19:57 2024 -0700
Fix incorrect URL to Parquet CPP types.h (#5790)
---
parquet/src/basic.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parquet/src/basic.rs b/parquet/src/basic.rs
index 2dd252a5895..880d804a48d 100644
--- a/parquet/src/basic.rs
+++ b/parquet/src/basic.rs
@@ -459,7 +459,7 @@ pub enum PageType {
/// min/max.
///
/// See reference in
-/// <https://github.com/apache/parquet-cpp/blob/master/src/parquet/types.h>
+/// <https://github.com/apache/arrow/blob/main/cpp/src/parquet/types.h>
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
#[allow(non_camel_case_types)]
pub enum SortOrder {