[ 
https://issues.apache.org/jira/browse/FLINK-33332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Nuyanzin updated FLINK-33332:
------------------------------------
    Description: 
A couple of tests in flink-python  fail like

{noformat}
java.lang.AssertionError: Exception in test: sun.misc.Unsafe or 
java.nio.DirectByteBuffer.<init>(long, int) not available
        at 
org.apache.flink.table.runtime.arrow.ArrowReaderWriterTestBase.testBasicFunctionality(ArrowReaderWriterTestBase.java:86)
        at 
java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
        at java.base/java.lang.reflect.Method.invoke(Method.java:580)
        at 
org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
        at 
org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)

{noformat}

  was:
A couple of tests fail like

{noformat}
java.lang.AssertionError: Exception in test: sun.misc.Unsafe or 
java.nio.DirectByteBuffer.<init>(long, int) not available
        at 
org.apache.flink.table.runtime.arrow.ArrowReaderWriterTestBase.testBasicFunctionality(ArrowReaderWriterTestBase.java:86)
        at 
java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
        at java.base/java.lang.reflect.Method.invoke(Method.java:580)
        at 
org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
        at 
org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)

{noformat}


> AssertionError: Exception in test: sun.misc.Unsafe or 
> java.nio.DirectByteBuffer.<init>(long, int) not available
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: FLINK-33332
>                 URL: https://issues.apache.org/jira/browse/FLINK-33332
>             Project: Flink
>          Issue Type: Sub-task
>          Components: API / Python
>            Reporter: Sergey Nuyanzin
>            Priority: Major
>
> A couple of tests in flink-python  fail like
> {noformat}
> java.lang.AssertionError: Exception in test: sun.misc.Unsafe or 
> java.nio.DirectByteBuffer.<init>(long, int) not available
>       at 
> org.apache.flink.table.runtime.arrow.ArrowReaderWriterTestBase.testBasicFunctionality(ArrowReaderWriterTestBase.java:86)
>       at 
> java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
>       at java.base/java.lang.reflect.Method.invoke(Method.java:580)
>       at 
> org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
>       at 
> org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to