yifan-c commented on code in PR #229:
URL:
https://github.com/apache/cassandra-analytics/pull/229#discussion_r3714985871
##########
cassandra-analytics-core/src/main/java/org/apache/cassandra/spark/bulkwriter/util/FastByteOperations.java:
##########
@@ -81,7 +81,13 @@ private static class BestHolder
static ByteOperations getBest()
{
String arch = System.getProperty("os.arch");
- boolean unaligned = arch.equals("i386") || arch.equals("x86") ||
arch.equals("x86_64") || arch.equals("amd64");
+ boolean unaligned = arch.equals("i386")
Review Comment:
Please add the same disclaimer as in Cassandra source code.
```
// Note that s390x, aarch64, & ppc64le architectures are not officially
supported and adding them here is only done out
// of convenience for those that want to run C* on these architectures
at their own risk (see #11214, #13326, & #13615)
```
#11214 refers to CASSANDRA-11214
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]