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 d84b743 [build] Disable parallel Gradle builds in pre-commit.
new 867bf8b [subprocess] copy subprocess JAR to be next to the master
binary
new 1c60956 [util] Minor changes in BlockBloomFilter requested by Impala
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:
build-support/run_dist_test.py | 12 ++-----
src/kudu/hms/CMakeLists.txt | 2 +-
src/kudu/subprocess/CMakeLists.txt | 2 +-
src/kudu/util/block_bloom_filter-test.cc | 11 ++++++
src/kudu/util/block_bloom_filter.cc | 59 +++++++++++++++++++++++++-------
src/kudu/util/block_bloom_filter.h | 47 +++++++++++++++++--------
src/kudu/util/block_bloom_filter_avx2.cc | 5 ++-
src/kudu/util/hash_util.h | 8 +++--
8 files changed, 104 insertions(+), 42 deletions(-)