Jean-Daniel Cryans has posted comments on this change.

Change subject: KUDU-839. Add Status class to Java client for use in RowError
......................................................................


Patch Set 1:

(4 comments)

http://gerrit.cloudera.org:8080/#/c/2640/1/java/kudu-client/src/main/java/org/kududb/Status.java
File java/kudu-client/src/main/java/org/kududb/Status.java:

Line 17: package org.kududb;
Should this be in client instead? Would also help hiding the PB in public 
methods below (eg fromPB).


Line 22:  */
Add the interface audience and stability.


Line 24:   private WireProtocol.AppStatusPB appStatusPB;
final


http://gerrit.cloudera.org:8080/#/c/2640/1/java/kudu-client/src/test/java/org/kududb/util/TestStatus.java
File java/kudu-client/src/test/java/org/kududb/util/TestStatus.java:

Line 17: package org.kududb.util;
Why util?


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I58e3c949cf441b7dd798c5001aeed747457a8807
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Mike Percy <[email protected]>
Gerrit-Reviewer: Jean-Daniel Cryans
Gerrit-Reviewer: Kudu Jenkins
Gerrit-HasComments: Yes

Reply via email to