Skip to content

Commit

Permalink
Update cpp/src/parquet/bloom_filter.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Antoine Pitrou <pitrou@free.fr>
  • Loading branch information
mapleFU and pitrou authored Nov 29, 2023
1 parent 6dc0aa5 commit aba5d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/parquet/bloom_filter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ BlockSplitBloomFilter BlockSplitBloomFilter::Deserialize(
// We know the bloom filter data size, but the real size is different.
std::stringstream ss;
ss << "Bloom filter length (" << bloom_filter_length.value()
<< ") is not enough to read the entire bloom filter (size: "
<< ") does not match the actual bloom filter (size: "
<< bloom_filter_size + header_size << ").";
throw ParquetException(ss.str());
}
Expand Down

0 comments on commit aba5d7c

Please sign in to comment.