Skip to content

Commit

Permalink
Update comment for writer
Browse files Browse the repository at this point in the history
  • Loading branch information
mapleFU committed Jul 27, 2024
1 parent d5d993f commit 37eff50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cpp/src/parquet/column_writer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ class SerializedPageWriter : public PageWriter {

// Not write metadata at end of column chunk since we will
// write it in the Parquet Thrift Footer.
// See: https://github.com/apache/parquet-format/pull/440
}

/**
Expand Down Expand Up @@ -670,6 +671,7 @@ class BufferedPageWriter : public PageWriter {

// Not write metadata at end of column chunk since we will
// write it in the Parquet Thrift Footer.
// See: https://github.com/apache/parquet-format/pull/440

// Buffered page writer needs to adjust page offsets.
pager_->FinishPageIndexes(final_position);
Expand Down

0 comments on commit 37eff50

Please sign in to comment.