Hello Marton Greber, Alexey Serbin, Kudu Jenkins,

I'd like you to reexamine a change. Please visit

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

to look at the new patch set (#8).

Change subject: [client] KUDU-1945 Add UPSERT support
......................................................................

[client] KUDU-1945 Add UPSERT support

This patch adds UPSERT support to Kudu C++ and Java clients by removing
the previously added checks to discard UPSERT operations. The functionality
added is only supported if the entire primary key is provided including
the auto-incrementing column.

Also added verification to reject INSERT operations with
auto-incrementing column set on the client side.

Thanks to Marton Greber for diagnosing the python client side issue.

Change-Id: I27a95e3a6b1d1b584cad849978313b3c8222cd3d
---
M java/kudu-client/src/main/java/org/apache/kudu/client/AsyncKuduSession.java
M java/kudu-client/src/main/java/org/apache/kudu/client/KuduTable.java
M java/kudu-client/src/test/java/org/apache/kudu/client/TestKuduClient.java
M python/kudu/tests/test_client.py
M src/kudu/client/client-test.cc
M src/kudu/client/session-internal.cc
M src/kudu/common/partial_row.cc
M src/kudu/common/partial_row.h
M src/kudu/common/schema.cc
M src/kudu/integration-tests/auto_incrementing-itest.cc
10 files changed, 326 insertions(+), 93 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/83/20083/8
--
To view, visit http://gerrit.cloudera.org:8080/20083
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I27a95e3a6b1d1b584cad849978313b3c8222cd3d
Gerrit-Change-Number: 20083
Gerrit-PatchSet: 8
Gerrit-Owner: Abhishek Chennaka <achenn...@cloudera.com>
Gerrit-Reviewer: Abhishek Chennaka <achenn...@cloudera.com>
Gerrit-Reviewer: Alexey Serbin <ale...@apache.org>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Marton Greber <greber...@gmail.com>

Reply via email to