This is an automated email from the ASF dual-hosted git repository.

laiyingchun pushed a change to branch branch-1.17.x
in repository https://gitbox.apache.org/repos/asf/kudu.git


    from 476aaa995 KUDU-1945 Update docs with non-unique PK
     new 9f90e2389 [client] fix API non-compliance in KuduUpsertIgnore
     new 27e85acf7 [Python] Add support for comment in ColumnSchema
     new b68bbf66f KUDU-1945 Add C++ example for non-unique PK

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 examples/cpp/CMakeLists.txt             |   4 +
 examples/cpp/non_unique_primary_key.cc  | 375 ++++++++++++++++++++++++++++++++
 python/kudu/libkudu_client.pxd          |   2 +
 python/kudu/schema.pyx                  |  26 ++-
 python/kudu/tests/common.py             |   2 +-
 python/kudu/tests/test_client.py        |  13 +-
 python/kudu/tests/test_schema.py        |  15 ++
 src/kudu/client/CMakeLists.txt          |   1 +
 src/kudu/client/client_examples-test.sh |   1 +
 src/kudu/client/write_op.h              |   6 +-
 10 files changed, 438 insertions(+), 7 deletions(-)
 create mode 100644 examples/cpp/non_unique_primary_key.cc

Reply via email to