Skip to content

Commit

Permalink
rename variable name to page
Browse files Browse the repository at this point in the history
  • Loading branch information
mapleFU committed Apr 7, 2024
1 parent a05dea2 commit 9c7e01c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cpp/src/parquet/encoding.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1197,8 +1197,7 @@ int PlainBooleanDecoder::DecodeArrow(
std::to_string(num_values_) + ", requested: " + std::to_string(values_decoded));
}
if (ARROW_PREDICT_FALSE(!bit_reader_->Advance(values_decoded))) {
ParquetException::EofException(
"PlainDecoder doesn't have enough values in bit_reader_");
ParquetException::EofException("PlainDecoder doesn't have enough values in page");
}

if (null_count == 0) {
Expand Down

0 comments on commit 9c7e01c

Please sign in to comment.