We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a05dea2 commit 9c7e01cCopy full SHA for 9c7e01c
cpp/src/parquet/encoding.cc
@@ -1197,8 +1197,7 @@ int PlainBooleanDecoder::DecodeArrow(
1197
std::to_string(num_values_) + ", requested: " + std::to_string(values_decoded));
1198
}
1199
if (ARROW_PREDICT_FALSE(!bit_reader_->Advance(values_decoded))) {
1200
- ParquetException::EofException(
1201
- "PlainDecoder doesn't have enough values in bit_reader_");
+ ParquetException::EofException("PlainDecoder doesn't have enough values in page");
1202
1203
1204
if (null_count == 0) {
0 commit comments