Skip to content

Commit

Permalink
Have arrow-vector rely on Unsafe
Browse files Browse the repository at this point in the history
Needed because it uses MemoryUtil.UNSAFE
  • Loading branch information
jduo committed Dec 7, 2023
1 parent f0e699b commit 0342cb3
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 @@ -41,6 +41,7 @@
requires com.fasterxml.jackson.databind;
requires com.fasterxml.jackson.datatype.jsr310;
requires flatbuffers.java;
requires jdk.unsupported;
requires org.apache.arrow.format;
requires org.apache.arrow.memory.core;
requires org.apache.commons.codec;
Expand Down

0 comments on commit 0342cb3

Please sign in to comment.