Convert Arrow Flight Response to JSON

Viewed 21

I have been looking into Dremio and Arrow Flight recently and intrigued by the possibilities. One thing I’m not sure on is can you convert an Arrow Flight response to JSON easily with Java? Use case would be a service that interacts with Dremio using Arrow Flight to take advantage of the speed, but the client wants the response in JSON. I have been using this repo: https://github.com/dremio-hub/arrow-flight-client-examples and a local Dremio set up via docker.

0 Answers
Related