Skip to content

Commit

Permalink
Fix incorrect URL to Parquet CPP types.h (#5790)
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya authored May 21, 2024
1 parent d65240c commit 5e9919f
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 5e9919f

Please sign in to comment.