Simplify interactions with arrow flight APIs #376
Labels
api-change
Changes to the arrow API
arrow-flight
Changes to the arrow-flight crate
enhancement
Any new improvement worthy of a entry in the changelog
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
The current APIs are functional and with some source code digging, you can use them to accomplish your goals. However, I think it would be fair to note that they are not so convenient or easy to use as the comparable Python (or other language) implementations. Particularly on the client side.
Describe the solution you'd like
Extend the existing basic implementation and make it easier for developers to work with Flight in rust. Some ideas include:
Describe alternatives you've considered
Look at the existing C++/Java/Python implementations for inspiration
Additional context
It should be as simple to create Flight client/servers in rust as it is in C++
The text was updated successfully, but these errors were encountered: