This is an automated email from the ASF dual-hosted git repository.

stigahuang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git


    from b1941c8f1 IMPALA-13071: Update the doc of Impala components
     new ad868b994 IMPALA-13115: Add query id to error messages
     new 13a3d19a2 IMPALA-13250: [DOCS] Document ENABLED_RUNTIME_FILTER_TYPES 
query option

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/exprs/expr-test.cc                          |  5 +-
 be/src/service/impala-beeswax-server.cc            | 44 ++++++++++-
 be/src/service/impala-hs2-server.cc                | 62 ++++++++++++---
 be/src/service/impala-server.cc                    |  2 +-
 be/src/service/impala-server.h                     |  6 ++
 docs/impala.ditamap                                |  1 +
 docs/shared/ImpalaVariables.xml                    |  1 +
 docs/shared/impala_common.xml                      | 19 ++++-
 .../topics/impala_enabled_runtime_filter_types.xml | 89 ++++++++++++++++++++++
 .../apache/impala/customcluster/LdapHS2Test.java   |  2 +-
 shell/impala_shell.py                              |  7 +-
 .../queries/QueryTest/acid-insert-fail.test        |  8 +-
 .../QueryTest/compute-stats-avro-catalog-v2.test   |  2 +-
 .../functional-query/queries/QueryTest/exprs.test  |  4 +-
 tests/authorization/test_authorization.py          |  3 +-
 tests/beeswax/impala_beeswax.py                    |  9 +--
 tests/common/impala_test_suite.py                  |  2 +
 tests/common/test_result_verifier.py               | 40 ++++++++++
 tests/custom_cluster/test_coordinators.py          |  8 +-
 tests/custom_cluster/test_executor_groups.py       |  5 +-
 tests/custom_cluster/test_kudu.py                  |  7 +-
 tests/custom_cluster/test_process_failures.py      |  2 +
 tests/custom_cluster/test_session_expiration.py    |  4 +-
 tests/custom_cluster/test_sys_db.py                |  9 ++-
 tests/hs2/hs2_test_suite.py                        |  6 +-
 tests/metadata/test_stale_metadata.py              |  2 +-
 tests/query_test/test_iceberg.py                   |  6 +-
 tests/shell/test_shell_commandline.py              | 18 +++--
 tests/shell/test_shell_interactive.py              | 17 +++--
 tests/shell/util.py                                |  6 ++
 30 files changed, 333 insertions(+), 63 deletions(-)
 create mode 100644 docs/topics/impala_enabled_runtime_filter_types.xml

Reply via email to