zhixingheyi-tian commented on a change in pull request #11763:
URL: https://github.com/apache/arrow/pull/11763#discussion_r793183356
##########
File path: cpp/src/arrow/adapters/orc/adapter.cc
##########
@@ -439,8 +439,28 @@ class ORCFileReader::Impl {
return Status::OK();
}
+ Status NextBatchReader(int64_t batch_size, const std::vector<std::string>&
include_names,
+ std::shared_ptr<RecordBatchReader>* out) {
Review comment:
Followed the "Status NextStripeReader() " implementation.
--
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]