Skip to content
Prev Previous commit
Update parquet/src/file/metadata/writer.rs
Co-authored-by: Ed Seidl <[email protected]>
  • Loading branch information
alamb and etseidl authored Aug 8, 2024
commit f5cbc6e33756556b49c696a578288692c8e9b163
2 changes: 1 addition & 1 deletion parquet/src/file/metadata/writer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ impl<'a, W: Write> ThriftMetadataWriter<'a, W> {
/// Serialize all the offset indexes to `self.buf`,
///
/// Note: also updates the `ColumnChunk::offset_index_offset` and
/// `ColumnChunk::offset_index_length`]s to reflect the position and length
/// `ColumnChunk::offset_index_length` to reflect the position and length
/// of the serialized offset indexes.
fn write_offset_indexes(&mut self, offset_indexes: &[Vec<Option<OffsetIndex>>]) -> Result<()> {
// iter row group
Expand Down