Skip to content

Commit

Permalink
Add gRPC reflection support to arrow flight
Browse files Browse the repository at this point in the history
Addresses apache#1706, adding a
constant to the gRPC generated code so it is possible to include the
Flight and Flight SQL APIs in a `tonic-reflection` service.

Testing:

```
grpcurl --plaintext localhost:8082 list
```
  • Loading branch information
jacobsimpson committed Jan 22, 2025
1 parent 06b64bc commit c296335
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arrow-flight/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ mod gen {
pub mod flight_descriptor {
use super::gen;
pub use gen::flight_descriptor::DescriptorType;

pub use gen::FILE_DESCRIPTOR_SET;
}

Expand Down

0 comments on commit c296335

Please sign in to comment.