Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Have arrow-vector rely on Unsafe
Browse files Browse the repository at this point in the history
Needed because it uses MemoryUtil.UNSAFE
jduo committed Jan 4, 2024

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 6e69e83 commit 672db15
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
@@ -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;

0 comments on commit 672db15

Please sign in to comment.