[GitHub] cassandra pull request: Fix bug for running on ppc64

2016-03-23 Thread mlpesant
Github user mlpesant commented on the pull request:

https://github.com/apache/cassandra/pull/65#issuecomment-200555378
  
Moved this request to JIRA   
https://issues.apache.org/jira/browse/THRIFT-3754


---
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.
---


[GitHub] cassandra pull request: Fix bug for running on ppc64

2016-03-23 Thread mlpesant
Github user mlpesant closed the pull request at:

https://github.com/apache/cassandra/pull/65


---
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.
---


[GitHub] cassandra pull request: Fix bug for running on ppc64

2016-03-23 Thread mlpesant
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  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 
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.
---