David Li
David Li
Yes, or more specifically: how can we propagate state (like context) from an interceptor (or other mechanism that gets to run before/after every call) to the RPC handler itself? I...
That's great news! We've been struggling with a pile of hacks because of that and an interception API that is able to pass context to the RPC handler somehow (same...
Thanks! However, this code is scheduled for deprecation/removal soon in favor of the Disassociated IPC proposal
https://arrow.apache.org/docs/dev/format/DissociatedIPC.html @zeroshade what was the timeline?
It was partially based on this experiment so I'm not surprised. I think for now I'm OK merging this, but please be aware it will go away in the near...
Other potential things - There's a mix of stateful and stateless components, e.g. transactions use explicit handles but sessions are ambient (some of this stems from trying to accommodate JDBC/ODBC...
I think a PID check or similar in the Python bindings would be sufficient.
I prefer throwing over `null` since that makes it evident where the failure occurred, but I suppose in context it's preferable over special casing APIs. (And once we have proper...
Issue resolved by pull request 44631 https://github.com/apache/arrow/pull/44631