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

kxiao pushed a change to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 9a303eecd2 change version to 2.0.2-rc03 (#24601)
     new 02e7375070 [fix](Java UDF) Do not use enum as the data type for 
JavaUdfDataType. (#24460)
     new c2a402252d [fix](txn) persist txn record of single replica load and 
ccr ingestion (#24543)
     new 4e714ba44e [Fix](metrics) fix wrong timer metrics for _seek_columns 
(#24622)

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/olap/rowset/segment_v2/segment_iterator.cpp |   4 +-
 be/src/service/backend_service.cpp                 |   2 +-
 be/src/service/internal_service.cpp                |   2 +-
 .../doris/common/jni/utils/JavaUdfDataType.java    | 235 +++++++++++++++++++++
 .../apache/doris/common/jni/utils/UdfUtils.java    | 173 +--------------
 .../java/org/apache/doris/udf/BaseExecutor.java    |  16 +-
 .../java/org/apache/doris/udf/UdafExecutor.java    |   2 +-
 .../java/org/apache/doris/udf/UdfExecutor.java     |   2 +-
 8 files changed, 256 insertions(+), 180 deletions(-)
 create mode 100644 
fe/be-java-extensions/java-common/src/main/java/org/apache/doris/common/jni/utils/JavaUdfDataType.java


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to