Closed kileys closed 2 years ago
Java 17 removed the sun/nio/ch/SocketChannelImpl constructor used here[1] and now throws java.lang.NoSuchMethodError: <init>. Can support be added to use an available constructor?
sun/nio/ch/SocketChannelImpl
java.lang.NoSuchMethodError: <init>
[1] https://github.com/google/zetasql/blob/master/zetasql/local_service/local_service_jni.cc#L117-L120
This should be fixed in 2022.04.1, please give it a try (thanks @apilloud!)
Confirmed this works in https://github.com/apache/beam/pull/17434
Java 17 removed the
sun/nio/ch/SocketChannelImpl
constructor used here[1] and now throwsjava.lang.NoSuchMethodError: <init>
. Can support be added to use an available constructor?[1] https://github.com/google/zetasql/blob/master/zetasql/local_service/local_service_jni.cc#L117-L120