You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there's no interface for interacting with a plasma store. From a quick look at what plasma is, it sounds like it would be pretty easy to make a generic Julia client that could put/get objects. Probably more work is supporting arbitrary Julia object sterilization in Arrow.jl. I'm not familiar with how pyarrow does their object serialization, but perhaps we could do something similar. My hesitation is knowing that totally generic serialization in Julia can be a lot of work; but maybe there are simple cases we could support.
Hello,
just wondering if it's in like in the pyarrow package.
https://arrow.apache.org/docs/python/plasma.html
Thx!
The text was updated successfully, but these errors were encountered: