[
https://issues.apache.org/jira/browse/ARROW-7684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andy Grove updated ARROW-7684:
------------------------------
Description:
Now that IPC is in place and we have the Flight crate, it should be possible to
build a working Flight server in Rust and call it from other languages such as
Java.
This PR is for creating a DataFusion example that creates a Flight server
capable of running SQL queries.
was:
Now that IPC is in place and we have the Flight crate, it should be possible to
build a working Flight server in Rust and call it from other languages such as
Java.
I have started an initial attempt at this in
[https://github.com/andygrove/datafusion-flight-poc/] with a JVM client and
Rust server wrapping DataFusion, and this is probably overly complex for an
example to be included in Rust, but might provide some inspiration.
> [Rust] Provide example of Flight server for DataFusion
> ------------------------------------------------------
>
> Key: ARROW-7684
> URL: https://issues.apache.org/jira/browse/ARROW-7684
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Rust
> Reporter: Andy Grove
> Priority: Major
> Fix For: 1.0.0
>
>
> Now that IPC is in place and we have the Flight crate, it should be possible
> to build a working Flight server in Rust and call it from other languages
> such as Java.
> This PR is for creating a DataFusion example that creates a Flight server
> capable of running SQL queries.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)