This is an automated email from the ASF dual-hosted git repository.
joemcdonnell pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from 3dd5c9e66 IMPALA-3880: Add list of all tables queried to runtime
profile
new 31b6073f2 IMPALA-11852: Upgrade postgres jdbc driver to 42.5.1
new b3e9c4a65 IMPALA-7969: Always admit trivial queries immediately
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/scheduling/admission-controller-test.cc | 4 +-
be/src/scheduling/admission-controller.cc | 74 ++++++--
be/src/scheduling/admission-controller.h | 42 ++++-
be/src/scheduling/schedule-state.cc | 5 +
be/src/scheduling/schedule-state.h | 3 +
be/src/service/query-options.cc | 4 +
be/src/service/query-options.h | 5 +-
bin/impala-config.sh | 2 +-
common/thrift/ImpalaService.thrift | 3 +
common/thrift/Query.thrift | 6 +
.../main/java/org/apache/impala/analysis/Expr.java | 12 ++
.../java/org/apache/impala/planner/Planner.java | 4 +
.../apache/impala/planner/TrivialQueryChecker.java | 113 ++++++++++++
tests/common/resource_pool_config.py | 1 +
tests/custom_cluster/test_admission_controller.py | 196 ++++++++++++++++++++-
tests/custom_cluster/test_session_expiration.py | 3 +
tests/custom_cluster/test_shell_interactive.py | 1 +
17 files changed, 445 insertions(+), 33 deletions(-)
create mode 100644
fe/src/main/java/org/apache/impala/planner/TrivialQueryChecker.java