This is an automated email from the ASF dual-hosted git repository.
granthenke pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git.
from 2741814 [thirdparty] Force Boost to use /dev/random for uuid
new 8e1d5ba [java] KUDU-3164: Add Java table comment support
new 04d3ba7 [python] KUDU-3164: Add Python table comment support
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/main/protobuf/backup.proto | 2 ++
.../org/apache/kudu/backup/TableMetadata.scala | 2 ++
.../org/apache/kudu/backup/TestKuduBackup.scala | 1 +
.../org/apache/kudu/client/AlterTableOptions.java | 10 +++++++
.../org/apache/kudu/client/AsyncKuduClient.java | 5 ++--
.../org/apache/kudu/client/CreateTableOptions.java | 11 ++++++++
.../apache/kudu/client/GetTableSchemaRequest.java | 3 ++-
.../apache/kudu/client/GetTableSchemaResponse.java | 14 +++++++++-
.../java/org/apache/kudu/client/KuduScanToken.java | 3 ++-
.../java/org/apache/kudu/client/KuduTable.java | 14 +++++++++-
.../java/org/apache/kudu/util/SchemaGenerator.java | 1 +
.../org/apache/kudu/client/TestAlterTable.java | 19 +++++++++++++
.../apache/kudu/client/TestAsyncKuduClient.java | 2 +-
.../org/apache/kudu/client/TestKeyEncoding.java | 6 ++---
python/kudu/client.pyx | 24 ++++++++++++++++-
python/kudu/libkudu_client.pxd | 3 +++
python/kudu/tests/test_client.py | 31 ++++++++++++++++++++++
17 files changed, 140 insertions(+), 11 deletions(-)