-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Description
I'm trying to use pyarrow in an asynchronous python code-base for processing stream of batches of data.
I found a sample here that basically wraps pyarrow RecordBatchStreamWriter with asyncio sleeps to make an asynchronous behavior. Is this the best possible way to use pyarrow streams asynchronously?
I also found some experimental support for asyncio in pyarrow.plasma here which again by async wait. As I understood IO write/read functions in pyarrow are all synchronous and blocking. Is there any plan for asyncio support in pyarrow?
Metadata
Metadata
Assignees
Labels
No labels