Mike Percy has submitted this change and it was merged. 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 Reviewed-on: http://gerrit.cloudera.org:8080/2640 Reviewed-by: Adar Dembo <[email protected]> Tested-by: Kudu Jenkins --- 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(-) Approvals: Adar Dembo: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/2640 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I58e3c949cf441b7dd798c5001aeed747457a8807 Gerrit-PatchSet: 4 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]>
