This is an automated email from the ASF dual-hosted git repository.
arawat pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from 79f51b018 IMPALA-12588: Don't UPDATE rows that already have the
desired value
new 5d2fc7042 IMPALA-12931: Deflake test_no_hms_event_incremental_refresh
new ddd4f4f8d IMPALA-13798: Cleanup host-level remote scratch dir on
shutdown
new 7e8c79df5 IMPALA-13792: Cross compile AI functions
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/codegen/impala-ir.cc | 1 +
be/src/exprs/CMakeLists.txt | 3 +-
be/src/exprs/ai-functions-ir.cc | 40 +++++++--------
.../{ai-functions.inline.h => ai-functions.cc} | 59 +++++++++++++++++++---
be/src/exprs/expr-test.cc | 2 +-
be/src/runtime/tmp-file-mgr-internal.h | 9 ++++
be/src/runtime/tmp-file-mgr-test.cc | 4 +-
be/src/runtime/tmp-file-mgr.cc | 43 +++++++++++++---
be/src/runtime/tmp-file-mgr.h | 3 ++
be/src/service/impala-server.cc | 3 ++
.../functional-query/queries/QueryTest/exprs.test | 20 ++++++++
tests/custom_cluster/test_events_custom_configs.py | 7 ++-
tests/custom_cluster/test_scratch_disk.py | 35 +++++++++++++
13 files changed, 187 insertions(+), 42 deletions(-)
rename be/src/exprs/{ai-functions.inline.h => ai-functions.cc} (84%)