-
-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: allow arrow response for query #672
Comments
It would be fantastic if it could be integrated with https://perspective.finos.org/ or https://uwdata.github.io/mosaic/ for even better use. |
Implementation at #769 |
Hi @nitisht is there any plan for a specific version with this feature? I would be very interested in testing it. For your information: I am currently working on a kind of open-source (meta) data catalog. And I use Parseable together with Vector for my logs. I'm not sure if I will ever publish it, but as there is no other place, currently: I want to say thank you for your work on this project. Very inspiring. |
fixed by #769 |
Thanks for the interest @thinkORo this will be available in the next release 1.1.1 on the server. We still might need more time to utilise this in the console. Happy to discuss further as needed. |
We should allow for an arrow response in a streaming fashion when a query is run. This will make time to first byte much faster and also allow integration with existing arrow ecosystem tools.
Console can leverage the arrow response.
We can still keep the json response for query as the default response but add a flag in query body, looking at the flag server can respond in arrow format.
The text was updated successfully, but these errors were encountered: