We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ddc319 commit 03c7648Copy full SHA for 03c7648
memory/memory-core/src/test/java/org/apache/arrow/memory/TestOpens.java
@@ -25,7 +25,7 @@
25
import org.junit.jupiter.api.condition.EnabledForJreRange;
26
27
public class TestOpens {
28
- /** Instantiating the RootAllocator should poke MemoryUtil and fail. */
+ /** Accessing MemoryUtil.directBuffer should fail as add-opens is not configured */
29
@Test
30
@EnabledForJreRange(min = JAVA_16)
31
public void testMemoryUtilFailsLoudly() {
0 commit comments