Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Aug 23, 2024
1 parent d2b90a7 commit 937855a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/polars-parquet/src/parquet/metadata/row_metadata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ impl RowGroupMetaData {

pub fn get_partition_fields(&self, name: &str) -> UnitVec<&ColumnChunkMetaData> {
let pf = self.partitioned_fields.read().unwrap();
debug_assert!(!pf.is_empty(), "fields should be parititioned first");
debug_assert!(!pf.is_empty(), "fields should be partitioned first");
pf.get(name)
.map(|idx| {
idx.iter()
Expand Down

0 comments on commit 937855a

Please sign in to comment.