fallintoplace opened a new pull request, #1009: URL: https://github.com/apache/arrow-go/pull/1009
### Rationale for this change A repeated column must start each logical record at repetition level zero. The record reader currently accepts a nonzero first repetition level and silently treats it as part of a record, which can miscount record boundaries. ### What changes are included in this PR? - Return an error when record delimiting begins on a nonzero repetition level. - Propagate that error through `ReadRecordData`. - Add a focused test that also verifies the invalid level is not consumed. ### Are these changes tested? Yes. The focused parquet/file test passes. -- 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]
