Skip to content

Commit 9c7e01c

Browse files
committed
rename variable name to page
1 parent a05dea2 commit 9c7e01c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cpp/src/parquet/encoding.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1197,8 +1197,7 @@ int PlainBooleanDecoder::DecodeArrow(
11971197
std::to_string(num_values_) + ", requested: " + std::to_string(values_decoded));
11981198
}
11991199
if (ARROW_PREDICT_FALSE(!bit_reader_->Advance(values_decoded))) {
1200-
ParquetException::EofException(
1201-
"PlainDecoder doesn't have enough values in bit_reader_");
1200+
ParquetException::EofException("PlainDecoder doesn't have enough values in page");
12021201
}
12031202

12041203
if (null_count == 0) {

0 commit comments

Comments
 (0)