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

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


    from 28f8e97  [tools] Add tool to copy table data to another table
     new 4ac1d9f  tserver: sanitize write op types
     new 66f4bb1  authz: verify tokens on scans

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:
 src/kudu/common/row_operations-test.cc             |  16 +-
 src/kudu/common/row_operations.cc                  |  85 ++-
 src/kudu/common/row_operations.h                   |  24 +-
 src/kudu/common/schema.h                           |  17 +-
 src/kudu/master/catalog_manager.cc                 |   6 +-
 src/kudu/tablet/tablet.cc                          |   2 +-
 src/kudu/tools/tool_action_common.cc               |   2 +-
 src/kudu/tserver/CMakeLists.txt                    |   2 +-
 src/kudu/tserver/tablet_server-test.cc             |  46 ++
 .../tserver/tablet_server_authorization-test.cc    | 772 ++++++++++++++++++++-
 src/kudu/tserver/tablet_service.cc                 | 313 +++++++--
 11 files changed, 1185 insertions(+), 100 deletions(-)

Reply via email to