Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MINOR: [C++][Parquet] Remove unused SerializedPageReader::current_pag…
…e_ (#45125) ### Rationale for this change std::shared_ptr<Page> current_page_ has been defined but not used in the SerializedPageReader. ### What changes are included in this PR? Simply remove it. ### Are these changes tested? Pass CI. ### Are there any user-facing changes? No Authored-by: Gang Wu <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
- Loading branch information