Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Antoine Pitrou <[email protected]>
  • Loading branch information
mapleFU and pitrou authored Jan 13, 2025
1 parent 2a95a77 commit e8adbf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/parquet/file_writer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ class FileSerializer : public ParquetFileWriter::Contents {
// Parquet thrifts using int16 for row group ordinal, so we can't have more than
// 32767 row groups in a file.
throw ParquetException(
"Too many row groups in the file when writing row group with encryption.");
"Cannot write more than 32767 row groups in an encrypted file");
}
num_row_groups_++;
auto rg_metadata = metadata_->AppendRowGroup();
Expand Down

0 comments on commit e8adbf9

Please sign in to comment.