Skip to content

Commit

Permalink
Fix incorrect URL to Parquet CPP types.h
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya committed May 20, 2024
1 parent b25c441 commit 77f4bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parquet/src/basic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 77f4bbb

Please sign in to comment.