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 efc921a83 IMPALA-13836: Fix TestIcebergV2Table.test_missing_data_files 
failure in erasure-coding build
     new 5e4f88220 IMPALA-13842: Enable graceful shutdown for test_redaction
     new 1c6ff5f98 IMPALA-13812: Fail query for certain errors related to AI 
functions
     new 514ecef3c IMPALA-13860: Fix DCHECK hit in cluster-membership-mgr.cc
     new 356b7e5dd IMPALA-11597: Unset impala.lastComputeStatsTime during DROP 
STATS

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/exprs/ai-functions-ir.cc                    |  2 +
 be/src/exprs/ai-functions.cc                       | 63 +++++++++++------
 be/src/exprs/ai-functions.h                        |  1 +
 be/src/exprs/expr-test.cc                          | 66 ++++++++++++++----
 be/src/scheduling/cluster-membership-mgr.cc        |  5 +-
 .../apache/impala/service/CatalogOpExecutor.java   | 49 +++++++++++---
 .../org/apache/impala/service/JniFrontend.java     |  4 +-
 .../queries/QueryTest/ai_generate_text_exprs.test  | 79 ++++++++++++++++++++++
 .../functional-query/queries/QueryTest/exprs.test  | 20 ------
 .../queries/QueryTest/iceberg-compute-stats.test   | 15 +---
 tests/custom_cluster/test_admission_controller.py  | 10 ++-
 tests/custom_cluster/test_ai_generate_text.py      | 67 ++++++++++++++++++
 tests/custom_cluster/test_query_live.py            |  1 +
 tests/custom_cluster/test_query_log.py             |  1 +
 tests/query_test/test_exprs.py                     |  6 ++
 15 files changed, 308 insertions(+), 81 deletions(-)
 create mode 100644 
testdata/workloads/functional-query/queries/QueryTest/ai_generate_text_exprs.test
 create mode 100644 tests/custom_cluster/test_ai_generate_text.py

Reply via email to