Skip to content

Commit

Permalink
Update README.md (#6550)
Browse files Browse the repository at this point in the history
Update flight version and add missing feature flag
  • Loading branch information
Abdullahsab3 authored Oct 12, 2024
1 parent 021c216 commit 04fa369
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion arrow-flight/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Add this to your Cargo.toml:

```toml
[dependencies]
arrow-flight = "51.0.0"
arrow-flight = "53.1.0"
```

Apache Arrow Flight is a gRPC based protocol for exchanging Arrow data between processes. See the blog post [Introducing Apache Arrow Flight: A Framework for Fast Data Transport](https://arrow.apache.org/blog/2019/10/13/introducing-arrow-flight/) for more information.
Expand All @@ -46,6 +46,8 @@ that demonstrate how to build a Flight server implemented with [tonic](https://d
- `flight-sql-experimental`: Enables experimental support for
[Apache Arrow FlightSQL], a protocol for interacting with SQL databases.

- `tls`: Enables `tls` on `tonic`

## CLI

This crates offers a basic [Apache Arrow FlightSQL] command line interface.
Expand Down

0 comments on commit 04fa369

Please sign in to comment.