mathyingzhou commented on a change in pull request #8648: URL: https://github.com/apache/arrow/pull/8648#discussion_r595293956
########## File path: cpp/src/arrow/adapters/orc/adapter.cc ########## @@ -77,6 +68,15 @@ namespace orc { ORC_ASSIGN_OR_THROW_IMPL(ARROW_ASSIGN_OR_RAISE_NAME(_error_or_value, __COUNTER__), \ lhs, rexpr); +const uint64_t ORC_NATURAL_WRITE_SIZE = 128 * 1024; // Required by liborc::Outstream Review comment: @pitrou You’re welcome! Ah in half of the cases what happened is that I never addressed issues on this page. I’m doing some major refactorization to address Micah’s most demanding comments this week haha. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org