Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
youngsofun committed Feb 14, 2022
1 parent a086bc5 commit de9351e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/write/row_group.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ where
let bytes_written = offset - initial;

// compute row group stats
let file_offest = columns
let file_offset = columns
.iter()
.next()
.map(|column_chunk| {
Expand All @@ -101,7 +101,7 @@ where
total_byte_size,
num_rows: num_rows as i64,
sorting_columns: None,
file_offset: file_offest,
file_offset,
total_compressed_size: None,
ordinal: None,
},
Expand Down

0 comments on commit de9351e

Please sign in to comment.