fatemehp opened a new pull request, #13997:
URL: https://github.com/apache/arrow/pull/13997

   The Skip method is skipping values and not rows. "values" is used throughout 
the code interchangeably with levels. Repeated fields may have multiple values, 
thus the use of "rows" is not accurate because we are not skipping over the 
values from the repeated field to the next row.
   
   Similarly, two other variables total_num_rows_ and seen_num_rows_ actually 
refer to values and not rows. So I updated them as well.
   
   I will add more tests for the Skip method that will clarify this behavior 
for repeated fields in a separate 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]

Reply via email to