You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "fatemehp (via GitHub)" <gi...@apache.org> on 2023/02/21 23:46:36 UTC

[GitHub] [arrow] fatemehp commented on pull request #14879: PARQUET-2201: [parquet-cpp] Add stress test for RecordReader ReadRecords and SkipRecords.

fatemehp commented on PR #14879:
URL: https://github.com/apache/arrow/pull/14879#issuecomment-1439235794

   I was able to reproduce the bug by running the test 1000 times.
   
   I found a bug when calling ReadRecords(/*num_records=*/0), and handled that case. I am not sure if a separate pull request is necessary for that change.
   
   Also, I changed the main loop for the stress test to reset the reader after each batch of read/skip. This is consistent with how the reader will be used.
   
   I ran the stress test 1000 times after the fixes and it passes all of them.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org