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 21067ff KUDU-2841. Expose HMS DB UUID to clients in
HiveMetastoreConfig
new 7767abc Modernize AsyncKuduClient
new 7b68bbd KUDU-2514 Part 2: Supports setting history_max_age_sec for
the specified table
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:
.../org/apache/kudu/client/AsyncKuduClient.java | 509 +++++++++------------
src/kudu/client/client-internal.cc | 15 +-
src/kudu/client/client-internal.h | 15 +-
src/kudu/client/client-test.cc | 66 ++-
src/kudu/client/client.cc | 28 +-
src/kudu/client/client.h | 27 +-
src/kudu/client/table-internal.cc | 8 +-
src/kudu/client/table-internal.h | 6 +-
src/kudu/client/table_alterer-internal.cc | 8 +-
src/kudu/client/table_alterer-internal.h | 3 +
src/kudu/client/table_creator-internal.h | 3 +
.../integration-tests/tablet_history_gc-itest.cc | 36 +-
src/kudu/tablet/tablet.cc | 9 +-
13 files changed, 410 insertions(+), 323 deletions(-)