This is an automated email from the ASF dual-hosted git repository.
csringhofer pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from 0a45cb5ae IMPALA-13298: Correct test_miss_complete_cb Assertion
new 65927f4ba IMPALA-13301: Upgrade aircompressor to 0.27
new f2a09b6dd IMPALA-12907: Add testcases for TPC-H/TPC-DS queries with
tuple caching
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:
bin/impala-config.sh | 1 +
bin/run-all-tests.sh | 12 ++++
java/pom.xml | 9 +++
tests/common/environ.py | 6 ++
tests/common/skip.py | 5 +-
tests/query_test/test_tuple_cache_tpc_queries.py | 77 ++++++++++++++++++++++++
tests/util/test_file_parser.py | 37 ++++++++++++
7 files changed, 146 insertions(+), 1 deletion(-)
create mode 100644 tests/query_test/test_tuple_cache_tpc_queries.py