viirya commented on a change in pull request #24788: [SPARK-26985][CORE] Fix
"access only some column of the all of columns " for big endian architecture
URL: https://github.com/apache/spark/pull/24788#discussion_r292322110
##########
File path: common/unsafe/src/main/java/org/apache/spark/unsafe/Platform.java
##########
@@ -44,6 +44,28 @@
public static final int DOUBLE_ARRAY_OFFSET;
private static final boolean unaligned;
+ static {
Review comment:
Ur, #24825 touched `unaligned` initialization and just got merged. Please
rebase with the master.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]