This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from f4a33613d69 [performance][Exec] scanner merge block before projection
(#59492)
add b69e79d3091 [refactor](jni)refactor jni util for safe jni call (#56763)
No new revisions were added by this update.
Summary of changes:
be/src/agent/task_worker_pool.cpp | 2 +-
be/src/io/fs/benchmark/benchmark_factory.hpp | 2 +-
be/src/io/fs/hdfs_file_writer.cpp | 2 +-
be/src/service/doris_main.cpp | 2 +-
be/src/util/doris_metrics.cpp | 4 +-
be/src/util/doris_metrics.h | 2 +-
be/src/util/jni-util.cpp | 556 +++------
be/src/util/jni-util.h | 1205 ++++++++++++++++++--
be/src/util/jvm_metrics.cpp | 477 ++++----
be/src/util/jvm_metrics.h | 83 +-
.../aggregate_function_java_udaf.h | 210 ++--
.../format/table/trino_connector_jni_reader.cpp | 37 +-
be/src/vec/exec/jni_connector.cpp | 170 ++-
be/src/vec/exec/jni_connector.h | 24 +-
be/src/vec/exec/vjdbc_connector.cpp | 339 +++---
be/src/vec/exec/vjdbc_connector.h | 38 +-
.../exprs/table_function/udf_table_function.cpp | 92 +-
.../vec/exprs/table_function/udf_table_function.h | 23 +-
be/src/vec/functions/function_java_udf.cpp | 61 +-
be/src/vec/functions/function_java_udf.h | 20 +-
be/test/io/fs/remote_file_system_test.cpp | 1 -
be/test/util/jni_util_test.cpp | 682 +++++++++++
22 files changed, 2626 insertions(+), 1406 deletions(-)
create mode 100644 be/test/util/jni_util_test.cpp
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]