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

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


    from fcda98ad9 IMPALA-12666: Fix incorrect statestore metrics when impalad 
is down
     new ac8ffa912 IMPALA-12654: Add query option QUERY_CPU_COUNT_DIVISOR
     new 12f202667 IMPALA-12581: Fix issue of ILIKE and IREGEXP not working 
correctly with non-const pattern
     new 9f01c9bef IMPALA-12673: Table migration fails if partition contains '/'

The 3 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/like-predicate.cc                     | 10 +++++---
 be/src/exprs/like-predicate.h                      |  3 +++
 be/src/service/query-option-parser.h               | 18 ++++++++++++++
 be/src/service/query-options-test.cc               | 17 +++++++++++++
 be/src/service/query-options.cc                    |  7 ++++++
 be/src/service/query-options.h                     |  4 +++-
 be/src/util/backend-gflag-util.cc                  |  1 +
 common/thrift/ImpalaService.thrift                 |  9 +++++++
 common/thrift/Query.thrift                         |  3 +++
 .../impala/analysis/ConvertTableToIcebergStmt.java | 14 -----------
 .../java/org/apache/impala/service/Frontend.java   | 11 +++++----
 .../iceberg-migrate-from-external-hdfs-tables.test | 15 ++++++------
 tests/custom_cluster/test_executor_groups.py       | 26 +++++++++++++++++---
 tests/query_test/test_exprs.py                     | 28 ++++++++++++++++++++++
 14 files changed, 134 insertions(+), 32 deletions(-)

Reply via email to