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 799bc22  IMPALA-10424: Fix race on not_admitted_reason in 
AdmissionController
     new 44bade8  IMPALA-10091: [DOCS] add REFRESH_UPDATED_HMS_PARTITIONS query 
option
     new 35bae93  IMPALA-10427: Remove SkipIfS3.eventually_consistent pytest 
marker
     new 425e424  IMPALA-9687 Improve estimates for number of hosts in Kudu 
plans
     new ab6b796  IMPALA-10027: configurable default anonymous user

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/common/global-flags.cc                      |  4 +-
 be/src/service/impala-beeswax-server.cc            | 11 ++-
 be/src/service/impala-hs2-server.cc                |  5 +-
 docs/impala.ditamap                                |  1 +
 docs/topics/impala_refresh_updated_hms.xml         | 72 +++++++++++++++++++
 .../org/apache/impala/planner/KuduScanNode.java    | 82 ++++++++++++++++++++--
 .../java/org/apache/impala/service/JdbcTest.java   |  6 +-
 .../queries/PlannerTest/kudu-selectivity.test      |  2 +-
 .../queries/PlannerTest/tpch-kudu.test             | 20 +++---
 tests/common/skip.py                               |  2 -
 tests/custom_cluster/test_admission_controller.py  |  2 +-
 tests/metadata/test_compute_stats.py               | 10 ---
 tests/query_test/test_aggregation.py               |  1 -
 tests/query_test/test_insert.py                    |  1 -
 tests/query_test/test_insert_parquet.py            |  1 -
 tests/query_test/test_insert_permutation.py        |  1 -
 tests/query_test/test_nested_types.py              |  2 -
 tests/shell/test_shell_commandline.py              | 24 +++++++
 18 files changed, 203 insertions(+), 44 deletions(-)
 create mode 100644 docs/topics/impala_refresh_updated_hms.xml

Reply via email to