[
https://issues.apache.org/jira/browse/FLINK-24999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17656004#comment-17656004
]
Dian Fu commented on FLINK-24999:
---------------------------------
I believe this issue should have already been addressed when we bump the netty
version. (Have verified it locallly) See similar issues in other project:
https://github.com/GoogleCloudDataproc/spark-bigquery-connector/issues/200
I'm closing this ticket unless anybody could still reproduce it.
> flink-python doesn't work on Java 17
> ------------------------------------
>
> Key: FLINK-24999
> URL: https://issues.apache.org/jira/browse/FLINK-24999
> Project: Flink
> Issue Type: Sub-task
> Components: API / Python
> Reporter: Chesnay Schepler
> Assignee: Luning Wang
> Priority: Major
>
> {code:java}
> java.lang.UnsupportedOperationException: sun.misc.Unsafe or
> java.nio.DirectByteBuffer.<init>(long, int) not available
> at
> io.netty.util.internal.PlatformDependent.directBuffer(PlatformDependent.java:490)
> at io.netty.buffer.NettyArrowBuf.getDirectBuffer(NettyArrowBuf.java:257)
> at io.netty.buffer.NettyArrowBuf.nioBuffer(NettyArrowBuf.java:247)
> at io.netty.buffer.ArrowBuf.nioBuffer(ArrowBuf.java:248)
> at
> org.apache.arrow.vector.ipc.message.ArrowRecordBatch.computeBodyLength(ArrowRecordBatch.java:228)
> at
> org.apache.arrow.vector.ipc.message.MessageSerializer.serialize(MessageSerializer.java:242)
> at
> org.apache.arrow.vector.ipc.ArrowWriter.writeRecordBatch(ArrowWriter.java:132)
> at org.apache.arrow.vector.ipc.ArrowWriter.writeBatch(ArrowWriter.java:120)
> at
> org.apache.flink.table.runtime.arrow.ArrowUtilsTest.testReadArrowBatches(ArrowUtilsTest.java:389)
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)