This is an automated email from the ASF dual-hosted git repository.
bankim pushed a change to branch branch-1.15.x
in repository https://gitbox.apache.org/repos/asf/kudu.git.
from a5bf0e7 [java] KUDU-3267 Improve logging on writes to non-existent
partitions
new 29b1fd0 [hms] Avoid blocking table alterations that are not relevant
to Kudu
new 612e252 [docs] add a design overview for multi-row transactions
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