You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by kanna14243 <gi...@git.apache.org> on 2017/10/24 02:02:58 UTC

[GitHub] hive pull request #265: Update TBinarySortableProtocol.java

GitHub user kanna14243 opened a pull request:

    https://github.com/apache/hive/pull/265

    Update TBinarySortableProtocol.java

    writeTextBytes doesn't respect the start parameter. It'll work only for cases where start = 0. Fixing it so that it'll work for any value of start.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/kanna14243/hive patch-1

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/hive/pull/265.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 #265
    
----
commit a95eae331e338966c807e299b7fa59d4d1d11bf5
Author: Rajasekhar Ummadisetty <ru...@andrew.cmu.edu>
Date:   2017-10-24T01:59:33Z

    Update TBinarySortableProtocol.java
    
    writeTextBytes doesn't respect the start parameter. It'll work only for cases where start = 0. Fixing it so that it'll work for any value of start.

----


---

[GitHub] hive pull request #265: Update TBinarySortableProtocol.java

Posted by kanna14243 <gi...@git.apache.org>.
Github user kanna14243 closed the pull request at:

    https://github.com/apache/hive/pull/265


---

[GitHub] hive pull request #265: Update TBinarySortableProtocol.java

Posted by kanna14243 <gi...@git.apache.org>.
GitHub user kanna14243 reopened a pull request:

    https://github.com/apache/hive/pull/265

    Update TBinarySortableProtocol.java

    writeTextBytes doesn't respect the start parameter. It'll work only for cases where start = 0. Fixing it so that it'll work for any value of start.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/kanna14243/hive patch-1

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/hive/pull/265.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 #265
    
----
commit a95eae331e338966c807e299b7fa59d4d1d11bf5
Author: Rajasekhar Ummadisetty <ru...@andrew.cmu.edu>
Date:   2017-10-24T01:59:33Z

    Update TBinarySortableProtocol.java
    
    writeTextBytes doesn't respect the start parameter. It'll work only for cases where start = 0. Fixing it so that it'll work for any value of start.

----


---