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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
