You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cassandra.apache.org by mlpesant <gi...@git.apache.org> on 2016/03/23 17:41:25 UTC

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

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 <ml...@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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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

Posted by mlpesant <gi...@git.apache.org>.
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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

Posted by mlpesant <gi...@git.apache.org>.
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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

Posted by verma7 <gi...@git.apache.org>.
Github user verma7 commented on the pull request:

    https://github.com/apache/cassandra/pull/65#issuecomment-200539241
  
    Hi @mlpesant, please see the steps on how to contribute to Cassandra are available on the wiki (https://wiki.apache.org/cassandra/HowToContribute).
    
    Notably, we don't use pull requests. It would be great if you could close your pull request on GitHub. Please create a new JIRA ticket and patch and somebody should be able to review and merge it.
    
    Disclaimer: I am also new to the Cassandra dev community.



---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---