We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28efee4 commit 91477fbCopy full SHA for 91477fb
cpp/src/parquet/column_reader.cc
@@ -240,7 +240,7 @@ class SerializedPageReader : public PageReader {
240
//
241
// The returned Page contains references that aren't guaranteed to live
242
// beyond the next call to NextPage(). SerializedPageReader reuses the
243
- // decryption and decompression buffers internally, so if NextPage() is
+ // decompression buffer internally, so if NextPage() is
244
// called then the content of previous page might be invalidated.
245
std::shared_ptr<Page> NextPage() override;
246
0 commit comments