pitrou commented on a change in pull request #8648: URL: https://github.com/apache/arrow/pull/8648#discussion_r595203890
########## 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: Thanks, did you forget to push the changes? I also checked out your branch locally, in case the Github UI wasn't up-to-date. ---------------------------------------------------------------- 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