This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 3a97190661 [fix](Nereids) Compare plan with their output rather than string in UnrankTest (#17698) add 77ab2fac20 [refactor](functioncontext) remove function context impl class (#17715) No new revisions were added by this update. Summary of changes: be/src/exprs/function_filter.h | 1 - be/src/udf/udf.cpp | 90 ++++++++---------- be/src/udf/udf.h | 69 ++++++++++---- be/src/udf/udf_internal.h | 103 --------------------- be/src/vec/exprs/vectorized_fn_call.cpp | 2 +- be/src/vec/exprs/vexpr.cpp | 2 +- be/src/vec/exprs/vexpr.h | 2 +- be/src/vec/exprs/vexpr_context.cpp | 11 +-- be/src/vec/functions/date_time_transforms.h | 4 +- be/src/vec/functions/function_binary_arithmetic.h | 4 +- be/src/vec/functions/function_cast.h | 8 +- .../function_date_or_datetime_computation.h | 42 ++++----- be/src/vec/functions/function_string.h | 6 +- be/src/vec/functions/function_timestamp.cpp | 26 +++--- be/test/testutil/function_utils.cpp | 6 +- be/test/testutil/function_utils.h | 1 - be/test/vec/function/function_test_util.h | 3 +- 17 files changed, 144 insertions(+), 236 deletions(-) delete mode 100644 be/src/udf/udf_internal.h --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org