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 cc6b812 [authz] validator for --sentry_service_rpc_addresses flag
new aa0e52d [backup] Support table name alterations between Kudu backups
new c2150b8 [docs] KUDU-2808: Correct doc for default compression
new 81d715d KUDU-2812: Fix error reporting in KuduRestore
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:
docs/schema_design.adoc | 7 +-
.../scala/org/apache/kudu/backup/BackupGraph.scala | 11 +-
.../scala/org/apache/kudu/backup/KuduBackup.scala | 32 +++-
.../scala/org/apache/kudu/backup/KuduRestore.scala | 36 ++--
.../scala/org/apache/kudu/backup/SessionIO.scala | 181 +++++++++++++++------
.../org/apache/kudu/backup/TestKuduBackup.scala | 35 +++-
.../org/apache/kudu/client/ListTablesRequest.java | 12 +-
.../org/apache/kudu/client/ListTablesResponse.java | 65 +++++++-
.../org/apache/kudu/spark/kudu/KuduContext.scala | 17 +-
9 files changed, 314 insertions(+), 82 deletions(-)