Skip to content

Commit

Permalink
Have arrow-vector depend on jdk.unsupported
Browse files Browse the repository at this point in the history
Needed because Vector classes use MemoryUtil.UNSAFE.
  • Loading branch information
jduo committed Dec 1, 2023
1 parent 869d85a commit 83bab66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions java/vector/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
requires flatbuffers.java;
requires io.netty.common;
requires java.sql;
requires jdk.unsupported;
requires org.apache.arrow.format;
requires org.apache.commons.codec;
requires slf4j.api;
Expand Down

0 comments on commit 83bab66

Please sign in to comment.