wjones127 commented on code in PR #14353: URL: https://github.com/apache/arrow/pull/14353#discussion_r1066405693
########## cpp/src/parquet/column_reader.h: ########## @@ -55,6 +55,8 @@ static constexpr uint32_t kDefaultMaxPageHeaderSize = 16 * 1024 * 1024; // 16 KB is the default expected page header size static constexpr uint32_t kDefaultPageHeaderSize = 16 * 1024; +static constexpr int32_t kDefaultBinaryPerRowSzie = 20; Review Comment: ```suggestion static constexpr int32_t kDefaultBinaryPerRowSize = 20; ``` -- 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]
