This is an automated email from the ASF dual-hosted git repository.
laiyingchun pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git
from 1b99da532 [metrics] Add metrics for tablet replication time
new be4d9a987 [java] Use MetastoreConf instead of HiveConf
new eedce87ca [cfile] allocate CFileWriter field on the stack when possible
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:
.../hive/metastore/TestKuduMetastorePlugin.java | 39 ++++++-----
src/kudu/cfile/bloomfile.cc | 36 +++++-----
src/kudu/cfile/bloomfile.h | 2 +-
src/kudu/cfile/cfile_util.cc | 77 ++++++++++++++++++++--
src/kudu/cfile/cfile_util.h | 25 +++++++
src/kudu/cfile/cfile_writer.cc | 4 +-
src/kudu/cfile/cfile_writer.h | 10 +--
src/kudu/common/schema.h | 16 +++--
src/kudu/tablet/deltafile.cc | 73 ++++++++++----------
src/kudu/tablet/deltafile.h | 6 +-
src/kudu/util/bloom_filter.h | 4 +-
11 files changed, 193 insertions(+), 99 deletions(-)