fallintoplace opened a new pull request, #1002: URL: https://github.com/apache/arrow-go/pull/1002
### Rationale for this change Repeated-column skipping tracks logical rows and physical values separately. The remaining row count was reduced by the number of physical values, so empty repeated rows could cause Skip to consume a later non-null row. ### What changes are included in this PR? Reduce the remaining skip count by logical rows and add a regression test with two empty rows followed by a non-null value. ### Are these changes tested? Yes. go test ./parquet/file -run 'TestSkipEmptyRepeatedRows|TestPrimitiveReader' -count=1 ### Are there any user-facing changes? Skipping repeated columns now stops at the requested logical row when skipped rows contain no physical 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]
