This is an automated email from the ASF dual-hosted git repository.
tarmstrong pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git.
from e0ed7d3 IMPALA-8632: Add support for self-event detection for insert
events
new 5e69ae1 IMPALA-9612: Fix race condition in
RuntimeFilter::WaitForArrival
new 5989900 IMPALA-9618: fix some usability issues with dev env
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:
be/src/runtime/CMakeLists.txt | 2 +
be/src/runtime/runtime-filter-test.cc | 103 +++++++++++++++++++++++++++++++++
be/src/runtime/runtime-filter.cc | 33 +++++++----
be/src/runtime/runtime-filter.h | 7 +++
bin/bootstrap_system.sh | 3 +-
bin/impala-config.sh | 4 +-
buildall.sh | 4 ++
testdata/bin/cache_tables.py | 105 ----------------------------------
testdata/cluster/admin | 23 ++++----
tests/comparison/cluster.py | 5 +-
10 files changed, 154 insertions(+), 135 deletions(-)
create mode 100644 be/src/runtime/runtime-filter-test.cc
delete mode 100755 testdata/bin/cache_tables.py