This is an automated email from the ASF dual-hosted git repository.
adar pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git.
from 2217dc7 dist_test.py: support --collect-tmpdir in Java tests
new 4fc493d util: pull Random methods out from tests
new 3175ed0 Enable tcmalloc heap sampling by default
new e287092 java/c++: ColumnSchema supports storing column comment
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:
.../main/java/org/apache/kudu/ColumnSchema.java | 33 ++++++++++--
.../org/apache/kudu/client/AlterTableOptions.java | 28 +++++++++-
.../java/org/apache/kudu/client/Operation.java | 5 +-
.../org/apache/kudu/client/ProtobufHelper.java | 32 +++++++++++-
.../java/org/apache/kudu/TestColumnSchema.java | 10 ++++
.../java/org/apache/kudu/client/TestKuduTable.java | 45 ++++++++++++++++
src/kudu/client/client-test.cc | 40 ++++++++++-----
src/kudu/client/schema.cc | 20 ++++----
src/kudu/client/schema.h | 8 ++-
src/kudu/common/schema.cc | 2 +-
src/kudu/common/schema.h | 19 ++-----
src/kudu/common/wire_protocol.cc | 16 +++---
src/kudu/master/catalog_manager.cc | 7 ++-
src/kudu/master/placement_policy.cc | 3 +-
src/kudu/server/webui_util.cc | 4 +-
.../tserver/tablet_server_authorization-test.cc | 45 ++++++----------
src/kudu/util/flags.cc | 6 +--
src/kudu/util/random-test.cc | 9 ++--
src/kudu/util/random.h | 41 ---------------
src/kudu/util/random_util.h | 60 ++++++++++++++++++++--
20 files changed, 283 insertions(+), 150 deletions(-)