Skip to content

Commit 91477fb

Browse files
committed
Fix comment
1 parent 28efee4 commit 91477fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/src/parquet/column_reader.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ class SerializedPageReader : public PageReader {
240240
//
241241
// The returned Page contains references that aren't guaranteed to live
242242
// beyond the next call to NextPage(). SerializedPageReader reuses the
243-
// decryption and decompression buffers internally, so if NextPage() is
243+
// decompression buffer internally, so if NextPage() is
244244
// called then the content of previous page might be invalidated.
245245
std::shared_ptr<Page> NextPage() override;
246246

0 commit comments

Comments
 (0)