fatemehp commented on code in PR #14509:
URL: https://github.com/apache/arrow/pull/14509#discussion_r1042681848
##########
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:
I removed this argument and clarified this in the code. The batch size is
constant and will not change.
--
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]