fatemehp commented on code in PR #14603: URL: https://github.com/apache/arrow/pull/14603#discussion_r1046383745
########## cpp/src/parquet/column_reader.h: ########## @@ -55,6 +56,21 @@ static constexpr uint32_t kDefaultMaxPageHeaderSize = 16 * 1024 * 1024; // 16 KB is the default expected page header size static constexpr uint32_t kDefaultPageHeaderSize = 16 * 1024; +// \brief DataPageStats is a proxy around format::DataPageHeader and Review Comment: Done. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
