Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-19999][BACKPORT-2.1][CORE] Workaround JDK-8165231 to identify …
…PPC64 architectures as supporting unaligned access ## What changes were proposed in this pull request? This PR is backport of #17472 to Spark 2.1 java.nio.Bits.unaligned() does not return true for the ppc64le arch. see [https://bugs.openjdk.java.net/browse/JDK-8165231](https://bugs.openjdk.java.net/browse/JDK-8165231) Check architecture in Platform.java ## How was this patch tested? unit test Author: Kazuaki Ishizaki <[email protected]> Closes #17509 from kiszk/branch-2.1.
- Loading branch information