Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.5.0
Description
In the latest JDK, the constructor DirectByteBuffer(long, int) was replaced with DirectByteBuffer(long, long). We just want to support both by probing for the legacy one first and falling back to the newer one second.
This change is completely transparent for the end-user, and makes sure Spark works transparently on the latest JDK as well.