Hello Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/2640
to look at the new patch set (#3).
Change subject: KUDU-839. Add Status class to Java client for use in RowError
......................................................................
KUDU-839. Add Status class to Java client for use in RowError
This class is the Java equivalent of the C++ kudu::Status class and
shares all of the same functionality except for the Clone...() methods.
The thought there is that we would primarily construct these on the
server side, not the client side.
Change-Id: I58e3c949cf441b7dd798c5001aeed747457a8807
---
M java/kudu-client/src/main/java/org/kududb/client/AsyncKuduSession.java
M java/kudu-client/src/main/java/org/kududb/client/RowError.java
A java/kudu-client/src/main/java/org/kududb/client/Status.java
M java/kudu-client/src/test/java/org/kududb/client/TestErrorCollector.java
A java/kudu-client/src/test/java/org/kududb/client/TestStatus.java
M src/kudu/common/wire_protocol.proto
M src/kudu/util/status.h
7 files changed, 424 insertions(+), 20 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/40/2640/3
--
To view, visit http://gerrit.cloudera.org:8080/2640
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I58e3c949cf441b7dd798c5001aeed747457a8807
Gerrit-PatchSet: 3
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Mike Percy <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Jean-Daniel Cryans
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Mike Percy <[email protected]>