This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-java.git
The following commit(s) were added to refs/heads/main by this push:
new 5a418f90 GH-466: Export namespace from Flight package (#467)
5a418f90 is described below
commit 5a418f90f628d29e10a1cac65cedb4352d531c93
Author: David Li <[email protected]>
AuthorDate: Sun Dec 29 21:29:03 2024 -0500
GH-466: Export namespace from Flight package (#467)
Fixes #466.
---
flight/flight-core/src/main/java/module-info.java | 1 +
1 file changed, 1 insertion(+)
diff --git a/flight/flight-core/src/main/java/module-info.java
b/flight/flight-core/src/main/java/module-info.java
index 28dbb732..669797ac 100644
--- a/flight/flight-core/src/main/java/module-info.java
+++ b/flight/flight-core/src/main/java/module-info.java
@@ -20,6 +20,7 @@ module org.apache.arrow.flight.core {
exports org.apache.arrow.flight.auth;
exports org.apache.arrow.flight.auth2;
exports org.apache.arrow.flight.client;
+ exports org.apache.arrow.flight.grpc;
exports org.apache.arrow.flight.impl;
exports org.apache.arrow.flight.sql.impl;