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 38c2e12 [tools] a small cleanup on ksck code
new 2bf80b5 [java] Clean up AsyncKuduSession
new 8073749 KUDU-2802 [java] tableExists API optimizations
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 | 25 ++-
.../org/apache/kudu/client/AsyncKuduSession.java | 248 +++++++++------------
.../java/org/apache/kudu/client/KuduSession.java | 11 +-
.../apache/kudu/client/SessionConfiguration.java | 1 +
.../apache/kudu/client/TestAsyncKuduSession.java | 26 ---
5 files changed, 131 insertions(+), 180 deletions(-)