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

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


    from 698e9cd243 [fix](demo)fix cdc failed to synchronize datetime type in 
mysql, and added JsonDebeziumSchemaSerializer (#16971)
     add 17f4990bd3 [enhancement](functioncontext) function context should use 
shared ptr and simply function context (#17311)

No new revisions were added by this update.

Summary of changes:
 be/src/exprs/math_functions.cpp             |   2 +-
 be/src/runtime/free_pool.hpp                | 206 ------------------
 be/src/udf/udf.cpp                          | 327 ++--------------------------
 be/src/udf/udf.h                            |  81 +------
 be/src/udf/udf_internal.h                   |  95 +-------
 be/src/vec/exec/scan/new_olap_scan_node.cpp |   2 +-
 be/src/vec/exec/scan/vscan_node.cpp         |   4 +-
 be/src/vec/exprs/varray_literal.cpp         |   2 +-
 be/src/vec/exprs/vexpr.cpp                  |  22 +-
 be/src/vec/exprs/vexpr.h                    |   2 +-
 be/src/vec/exprs/vexpr_context.cpp          |  20 +-
 be/src/vec/exprs/vexpr_context.h            |   6 +-
 be/src/vec/exprs/vmap_literal.cpp           |   4 +-
 be/src/vec/exprs/vstruct_literal.cpp        |   2 +-
 be/src/vec/functions/function.h             |   8 +-
 be/src/vec/functions/function_convert_tz.h  |   2 +-
 be/src/vec/functions/function_java_udf.cpp  |   3 +-
 be/src/vec/functions/function_java_udf.h    |   2 +-
 be/src/vec/functions/function_jsonb.cpp     |   2 +-
 be/src/vec/functions/function_regexp.cpp    |   2 +-
 be/src/vec/functions/function_rpc.cpp       |   2 +-
 be/src/vec/functions/function_rpc.h         |   2 +-
 be/src/vec/functions/function_string.h      |   6 +-
 be/src/vec/functions/functions_geo.cpp      |   8 +-
 be/src/vec/functions/functions_geo.h        |   4 +-
 be/src/vec/functions/in.h                   |   2 +-
 be/src/vec/functions/like.cpp               |   5 +-
 be/src/vec/functions/like.h                 |   4 +-
 be/src/vec/functions/random.cpp             |   2 +-
 be/test/CMakeLists.txt                      |   1 -
 be/test/runtime/free_pool_test.cpp          |  67 ------
 be/test/testutil/function_utils.cpp         |  10 +-
 be/test/testutil/function_utils.h           |   1 -
 be/test/udf/udf_test.cpp                    |   6 -
 be/test/vec/function/function_test_util.h   |   8 +-
 35 files changed, 87 insertions(+), 835 deletions(-)
 delete mode 100644 be/src/runtime/free_pool.hpp
 delete mode 100644 be/test/runtime/free_pool_test.cpp


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to