fallintoplace opened a new pull request, #1124: URL: https://github.com/apache/arrow-go/pull/1124
### What does this change do?\n\nValidate field and row-group indexes before using them in the Arrow Parquet reader.\n\n### Why?\n\nSome public reader paths index the manifest or row-group metadata directly. Invalid input can panic even though the surrounding APIs return errors.\n\n### Tests\n\n- go test ./parquet/pqarrow -run TestFileReaderIndexValidation -- 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]
