Hello David,
Look over this jira: https://issues.apache.org/jira/browse/ARROW-13515
which is one I opened to ask a similiar JS Arrow Flight question.
The answer was no - ArrowFlight is not now implemented in the Arrow JS
package :-(
cheers,
John
On 8/10/21 12:14 AM, Micah Kornfield wrote:
Hi David,
I'm not sure how many JS contributors are monitoring the user@ list.
You might try sending this to dev@ to get more visibility. I didn't
think much work had gone into supporting flight in JS but I could be
wrong.
Cheers,
Micah
On Thu, Jul 29, 2021 at 1:32 PM DC <[email protected]
<mailto:[email protected]>> wrote:
Hello,
I'm not a JS pro by any stretch but I was able successfully build
the JS modules from the proto file and call a Python Flight Server
implementation that I put together (which works great). Working
with the JS client I can retrieve a Flight and I get back a JS
Readable object, but I'm not sure how to deserialize that into the
RecordBatches that were sent. Any pointers/help would be much
appreciated. Thank you.
-D