GitHub user mlpesant opened a pull request: https://github.com/apache/cassandra/pull/65
Fix bug for running on ppc64 I was getting errors like the one below when trying to build on POWERpc. I fixed this by adding <compilerarg line="-encoding utf-8"/> in the build.xml. Thanks. ``` [javac] /tmp/pkb/cassandra/test/unit/org/apache/cassandra/cql3/validation/operations/UpdateTest.java:38: error: unmappable character for encoding ASCII [javac] execute("INSERT INTO %s (k, c, v, s) VALUES ('??', '??', '??', {'??'})"); ``` You can merge this pull request into a Git repository by running: $ git pull https://github.com/mlpesant/cassandra ppc64 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cassandra/pull/65.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #65 ---- commit 605d28e69463280018465a12e40ea16cc2d1205f Author: mlpesant <mlpes...@us.ibm.com> Date: 2016-03-23T16:38:12Z Fix bug for running on ppc64 ---- --- 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. ---