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 09a6f0e6c IMPALA-14278: Fix MemTracker data race between ExecEnv and
Webserver
new cc1cbb559 IMPALA-14263: Add broadcast_cost_scale_factor option
new 1cead4511 IMPALA-13947: Test local catalog mode by default
new 0dd6c154c IMPALA-14138: Include generated files in .gitignore
new 859c9c1f6 IMPALA-14276: Fix memory leak by removing AdmissionState on
rejection
The 4 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/catalog/catalog-server.cc | 2 +-
be/src/runtime/exec-env.cc | 2 +-
be/src/scheduling/admission-control-service.cc | 10 +
be/src/service/query-options.cc | 7 +
be/src/service/query-options.h | 4 +-
be/src/testutil/in-process-servers.h | 2 +-
common/thrift/ImpalaService.thrift | 7 +
common/thrift/Query.thrift | 3 +
fe/.gitignore | 4 +
.../impala/catalog/local/CatalogdMetaProvider.java | 9 +
.../apache/impala/catalog/local/LocalCatalog.java | 4 +-
.../apache/impala/catalog/local/MetaProvider.java | 6 +
.../apache/impala/planner/DistributedPlanner.java | 7 +-
.../org/apache/impala/service/JniFrontend.java | 1 +
.../apache/impala/analysis/AnalyzeStmtsTest.java | 36 +-
.../catalog/CatalogObjectToFromThriftTest.java | 9 +-
.../org/apache/impala/catalog/CatalogTest.java | 18 +-
.../queries/PlannerTest/tpcds-dist-method.test | 429 +++++++++++++++++++++
.../queries/QueryTest/kudu-timeouts-impalad.test | 2 +-
tests/authorization/test_ranger.py | 126 +++---
tests/common/impala_connection.py | 7 +-
tests/custom_cluster/test_admission_controller.py | 70 ++++
tests/custom_cluster/test_calcite_planner.py | 6 +-
tests/custom_cluster/test_coordinators.py | 7 +-
.../custom_cluster/test_hbase_hms_column_order.py | 5 +-
tests/custom_cluster/test_metadata_replicas.py | 6 +-
tests/custom_cluster/test_query_live.py | 3 +-
tests/custom_cluster/test_services_rpc_errors.py | 13 +-
tests/custom_cluster/test_tuple_cache.py | 7 +-
tests/custom_cluster/test_web_pages.py | 7 +-
.../test_workload_mgmt_sql_details.py | 9 +-
31 files changed, 716 insertions(+), 112 deletions(-)