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
For Java 11, -Dio.netty.tryReflectionSetAccessible=true is required additionally for Apache Arrow library. This prevents java.lang.UnsupportedOperationException: sun.misc.Unsafe or java.nio.DirectByteBuffer.(long, int) not available when Apache Arrow uses Netty internally.
We'd need to tweak pytd/spark.py to handle this case.
According to the latest Spark documentation:
We'd need to tweak
pytd/spark.py
to handle this case.Like this...
The text was updated successfully, but these errors were encountered: