emkornfield commented on code in PR #14142:
URL: https://github.com/apache/arrow/pull/14142#discussion_r974517159
##########
cpp/src/parquet/column_reader.h:
##########
@@ -279,6 +279,10 @@ class RecordReader {
/// \brief Attempt to read indicated number of records from column chunk
/// \return number of records read
virtual int64_t ReadRecords(int64_t num_records) = 0;
+
+ /// \brief Attempt to skip indicated number of records from column chunk
Review Comment:
lets add a detail here to clarify this is the numer of rows records and not
Values.
--
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]