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 Jan 11, 2024
1 parent 1a8e084 commit f35501e
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 f35501e

Please sign in to comment.