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