You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kudu.apache.org by "Binglin Chang (Code Review)" <ge...@cloudera.org> on 2016/03/23 18:14:00 UTC

[kudu-CR] [java client] Allow ignore duplicate rows in auto flush sync mode

Binglin Chang has uploaded a new change for review.

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

Change subject: [java client] Allow ignore duplicate rows in auto flush sync mode
......................................................................

[java client] Allow ignore duplicate rows in auto flush sync mode

Previously ignoreAllDuplicateRows only works in Batch rpc, not Operation
rpc, this commit add IgnoreAllDuplicateRows check in Operation RPC too.

Change-Id: I671dd1bf537c2f5e6aa757883b350768081eb035
---
M java/kudu-client/src/main/java/org/kududb/client/AsyncKuduSession.java
M java/kudu-client/src/main/java/org/kududb/client/Operation.java
M java/kudu-client/src/test/java/org/kududb/client/TestKuduSession.java
3 files changed, 41 insertions(+), 0 deletions(-)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I671dd1bf537c2f5e6aa757883b350768081eb035
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Binglin Chang <de...@gmail.com>