How to correctly stream data into Apache Arrow JS over Flight RPC: 1. Releasing resources, and 2. Reading the RecordBatch into a Table
I have a simple Arrow Flight JS client that’s reading Flight RPC data from a Python server over grpc-Web. I can retrieve the payload of bytes from the server fine, but am facing a couple of issues: