You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/10/12 16:24:38 UTC

[GitHub] [arrow] pitrou commented on pull request #14355: ARROW-17932: [C++] Implement streaming RecordBatchReader for JSON

pitrou commented on PR #14355:
URL: https://github.com/apache/arrow/pull/14355#issuecomment-1276439506

   Some answers to the points above:
   
   * It *seems* like this may be async-reentrant (and theoretically could be, as you point out)
   
   * Tests should indeed be complemented with: 1) tests for errors 2) tests with multiple input blocks 3) stress tests, especially async-reentrant calls to `ReadNextAsync` (`MakeReadaheadGenerator` may help with that)
   


-- 
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