You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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
The text was updated successfully, but these errors were encountered: