mathyingzhou commented on a change in pull request #8648: URL: https://github.com/apache/arrow/pull/8648#discussion_r594461039
########## 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: I have fixed that. ---------------------------------------------------------------- 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