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

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


    from 8e8a39741 KUDU-3413 add tenant info in metadata for multi-tenancy
     new 6d48cd6f9 KUDU-1945 Add Python example for non-unique PK
     new fdd373ab1 [KUDU-3483] Log requestor info and request id for write 
interface
     new 570936fa8 [Client] Add query id to trace the whole query process

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:
 .../basic-python-example/non_unique_primary_key.py | 221 +++++++++++++++++++++
 .../kudu/client/AbstractKuduScannerBuilder.java    |  16 ++
 .../org/apache/kudu/client/AsyncKuduScanner.java   |  27 ++-
 .../java/org/apache/kudu/client/KuduScanToken.java |   4 +
 .../java/org/apache/kudu/client/KuduScanner.java   |   2 +-
 .../org/apache/kudu/client/TestKuduScanner.java    |  39 ++++
 .../java/org/apache/kudu/client/TestScanToken.java |  53 +++++
 src/kudu/tserver/tablet_service.cc                 |   5 +-
 8 files changed, 364 insertions(+), 3 deletions(-)
 create mode 100644 
examples/python/basic-python-example/non_unique_primary_key.py

Reply via email to