Adar Dembo has posted comments on this change. Change subject: KUDU-1267: Calling getString() on RowResult for wrong type gave weird exception ......................................................................
Patch Set 1: Let's assume that your Kudu repo is checked out to whatever local branch has this commit: 1. <make changes in your editor/IDE as needed> 2. git commit -a --amend 3. git push gerrit HEAD:refs/for/master That's really all you need. The key is step #2, which takes the changes you made to your working directory in step #1 and merges them into the _existing_ commit. In doing so, the Change-Id in the existing commit won't change, and when you push to gerrit (step #3) it will recognize the continuity and will update your existing change instead of creating a new one. If you're still having trouble, let me walk you through it on Slack. -- To view, visit http://gerrit.cloudera.org:8080/3143 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I6147391fb00e58c47ff07ae0d5f0cb5e3a708726 Gerrit-PatchSet: 1 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Ted Malaska <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-HasComments: No
