pitrou commented on code in PR #14509:
URL: https://github.com/apache/arrow/pull/14509#discussion_r1023010447
##########
cpp/src/parquet/column_reader.cc:
##########
@@ -1151,6 +1159,14 @@ int64_t TypedColumnReaderImpl<DType>::ReadBatchSpaced(
return total_values;
}
+template <typename DType>
+void TypedColumnReaderImpl<DType>::InitScratchForSkip(int64_t batch_size) {
Review Comment:
What if the batch size is not the same between calls?
--
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]