Skip to content

Commit

Permalink
Allow memory-core to use reflection on memory-unsafe
Browse files Browse the repository at this point in the history
  • Loading branch information
jduo committed Nov 30, 2023
1 parent 8ced4f5 commit 1e7e7cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions java/memory/memory-unsafe/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@
*/

module org.apache.arrow.memory.unsafe {
exports org.apache.arrow.memory.unsafe to org.apache.arrow.memory.core;

requires org.apache.arrow.memory.core;
}

0 comments on commit 1e7e7cd

Please sign in to comment.