Github user yimuxi commented on the issue:

    https://github.com/apache/spark/pull/14700
  
    @hvanhovell   yes, I have tested it. 
    
    For I'm now doing the spark unit tests in our server with the AArch64 
architecture , and maybe due to the problem of openjdk(the unaligned field in 
the class "java.nio.Bits" should be set TRUE when the architecture is 
aarch64,it doesn't include aarch64 either) , the regular check for unaligned 
access doesn't return TRUE . Thus the test suite fails with the message "No 
support for unaligned Unsafe. Set spark.memory.offHeap.enabled to false". 
    
    If I include support for aarch64, the test suites pass without errors.
    
    Though it only falls into the exception when the regular check doesn't pass 
, I think include the aarch64  improves  the codes' integrity.   


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to