Skip to content

Commit 5ba79f3

Browse files
committed
address review
1 parent ab74095 commit 5ba79f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cpp/src/parquet/file_rewriter.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ class SingleFileRewriter {
470470
if (current_row_group_index_ >= metadata_->num_row_groups()) {
471471
throw ParquetException("Trying to read row group ", current_row_group_index_,
472472
" but file only has ", metadata_->num_row_groups(),
473-
" row group");
473+
" row groups");
474474
}
475475
auto row_group_reader = parquet_file_reader_->RowGroup(current_row_group_index_);
476476
auto page_index_reader = page_index_reader_
@@ -771,7 +771,7 @@ class GeneratedFile : public ParquetFileRewriter::Contents {
771771
};
772772

773773
// ----------------------------------------------------------------------
774-
// ParquetFilesRewriter public API
774+
// ParquetFileRewriter public API
775775

776776
ParquetFileRewriter::ParquetFileRewriter() = default;
777777

0 commit comments

Comments
 (0)