Skip to content

Commit

Permalink
docs(rust): Correct small typo in FileInfo (#21150)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbrinkman authored Feb 9, 2025
1 parent ff994f0 commit b50f758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/polars-plan/src/plans/schema.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pub struct FileInfo {
/// extra hive columns.
pub reader_schema: Option<Either<ArrowSchemaRef, SchemaRef>>,
/// - known size
/// - estimated size (set to unsize::max if unknown).
/// - estimated size (set to usize::max if unknown).
pub row_estimation: (Option<usize>, usize),
}

Expand Down

0 comments on commit b50f758

Please sign in to comment.