Commits


Fatemah Panahi authored and GitHub committed 8e09f8c5dd8
PARQUET-2201: [parquet-cpp] Add stress test for RecordReader ReadRecords and SkipRecords. (#14879) This pull request adds a stress test for testing ReadRecords and SkipRecords for required, optional, and repeated fields. It will create random pages and run a random set of skip and read calls to consume all the pages. It will then compare the expected output with the actual output from the record reader. Lead-authored-by: Fatemah Panahi <panahi@google.com> Co-authored-by: Fatemah Panahi <fatemehp@users.noreply.github.com> Co-authored-by: Antoine Pitrou <antoine@python.org> Co-authored-by: fatemehp <fatemehp@users.noreply.github.com> Signed-off-by: Micah Kornfield <micahk@google.com>