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

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


    from f7038fcd6 [www] add slow scans show control
     new effa52b1a KUDU-1945 Auto-incrementing column feature flag
     new 4c56e0992 KUDU-1945 Auto-incrementing column, Python client

The 2 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:
 .../org/apache/kudu/client/CreateTableOptions.java |   4 +
 .../java/org/apache/kudu/client/TestKuduTable.java |  19 ++
 python/kudu/libkudu_client.pxd                     |   5 +
 python/kudu/schema.pyx                             |  88 +++++++++-
 python/kudu/tests/test_client.py                   | 152 +++++++++++++++-
 python/kudu/tests/test_scantoken.py                |  61 +++++++
 python/kudu/tests/test_schema.py                   | 192 +++++++++++++++++++++
 src/kudu/client/client-internal.cc                 |   6 +-
 src/kudu/client/client-internal.h                  |   3 +-
 src/kudu/client/client-test.cc                     |  23 ++-
 src/kudu/client/client.cc                          |   4 +-
 src/kudu/master/master.proto                       |   2 +
 src/kudu/master/master_service.cc                  |   8 +
 13 files changed, 558 insertions(+), 9 deletions(-)

Reply via email to