You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "YanlongZheng (Code Review)" <ge...@cloudera.org> on 2016/11/27 11:14:45 UTC

[kudu-CR] KUDU-1757: fix appendCellValueDebugString, do not throw exception when a column is not set

YanlongZheng has uploaded a new change for review.

  http://gerrit.cloudera.org:8080/5234

Change subject: KUDU-1757: fix appendCellValueDebugString, do not throw exception when a column is not set
......................................................................

KUDU-1757: fix appendCellValueDebugString, do not throw exception when a column is not set

Change-Id: I6a39fd57ebd8490daf161c8e86f8386ac81e43cb
---
M java/kudu-client/src/main/java/org/apache/kudu/client/PartialRow.java
1 file changed, 8 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/34/5234/1
-- 
To view, visit http://gerrit.cloudera.org:8080/5234
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6a39fd57ebd8490daf161c8e86f8386ac81e43cb
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: YanlongZheng <ya...@outlook.com>

[kudu-CR] KUDU-1757: fix appendCellValueDebugString, do not throw exception when a column is not set

Posted by "YanlongZheng (Code Review)" <ge...@cloudera.org>.
YanlongZheng has abandoned this change.

Change subject: KUDU-1757: fix appendCellValueDebugString, do not throw exception when a column is not set
......................................................................


Abandoned

There is a typo in this change.
My test environment and git are not on the same machine. I made a typo when retyped the change. sorry

-- 
To view, visit http://gerrit.cloudera.org:8080/5234
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: abandon
Gerrit-Change-Id: I6a39fd57ebd8490daf161c8e86f8386ac81e43cb
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: YanlongZheng <ya...@outlook.com>
Gerrit-Reviewer: Kudu Jenkins