Skip to content

Commit 5a418f9

Browse files
authored
GH-466: Export namespace from Flight package (#467)
Fixes #466.
1 parent 480e1be commit 5a418f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flight/flight-core/src/main/java/module-info.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
exports org.apache.arrow.flight.auth;
2121
exports org.apache.arrow.flight.auth2;
2222
exports org.apache.arrow.flight.client;
23+
exports org.apache.arrow.flight.grpc;
2324
exports org.apache.arrow.flight.impl;
2425
exports org.apache.arrow.flight.sql.impl;
2526

0 commit comments

Comments
 (0)