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 cae3ec8 [java] KUDU-3267 Improve logging on writes to non-existent
partitions
new be80cb2 [docs] add a design overview for multi-row transactions
new 3667428 [hms] Avoid blocking table alterations that are not relevant
to Kudu
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:
docs/design-docs/design-docs_transactions.svg | 1 +
docs/design-docs/transactions.adoc | 430 +++++++++++++++++++++
.../kudu/hive/metastore/KuduMetastorePlugin.java | 93 ++++-
.../hive/metastore/TestKuduMetastorePlugin.java | 99 ++++-
4 files changed, 615 insertions(+), 8 deletions(-)
create mode 100644 docs/design-docs/design-docs_transactions.svg
create mode 100644 docs/design-docs/transactions.adoc