fatemehp commented on code in PR #13997:
URL: https://github.com/apache/arrow/pull/13997#discussion_r958690748


##########
cpp/src/parquet/column_reader.h:
##########
@@ -218,9 +218,11 @@ class TypedColumnReader : public ColumnReader {
                                   int64_t valid_bits_offset, int64_t* 
levels_read,
                                   int64_t* values_read, int64_t* null_count) = 
0;
 
-  // Skip reading levels
-  // Returns the number of levels skipped
-  virtual int64_t Skip(int64_t num_rows_to_skip) = 0;
+  // Skip reading values.
+  // Returns the number of values skipped.
+  // This function will NOT skip rows, and repeated fields may have multiple 
values
+  // corresponding to the same row.

Review Comment:
   I clarified the comment, please take a look and see if it makes it clear. 
Thanks!



-- 
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]

Reply via email to