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 2021/05/04 22:08:04 UTC

[GitHub] [arrow] lidavidm commented on pull request #9620: ARROW-11843: [C++] Provide reentrant Parquet reader

lidavidm commented on pull request #9620:
URL: https://github.com/apache/arrow/pull/9620#issuecomment-832281967


   > Sync -> exception and Async -> no exception is easy enough to remember (although tricky to implement it seems). Do you think there are any utilities we could add to futures to make that easier?
   
   I think the existing utilities (combined with the implicit Future(Status) constructor) do a good enough job. Also, it's isolated to the Parquet codebase, so I'm not too worried about exceptions. The changes were less about exceptions per se and more about just disentangling the I/O from the footer logic so we could make it sync/async as needed.


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

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