This is an automated email from the ASF dual-hosted git repository.
zhangstar333 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 16461fdc1c [feature](Nereids): pushdown COUNT through join (#22455)
add ddd90855a9 [vectorized](udaf) java udaf support with map type (#22397)
No new revisions were added by this update.
Summary of changes:
.../aggregate_function_java_udaf.h | 313 +++++++------
be/src/vec/functions/function_java_udf.cpp | 18 -
be/src/vec/functions/function_java_udf.h | 33 +-
.../java/org/apache/doris/udf/BaseExecutor.java | 500 +++++++++++++++++++++
.../java/org/apache/doris/udf/UdafExecutor.java | 21 +-
.../java/org/apache/doris/udf/UdfExecutor.java | 494 +-------------------
.../test_javaudf_agg_map.out} | 8 +-
.../udf/{MySumArrayInt.java => MySumMapInt.java} | 18 +-
.../udf/{MySumDouble.java => MySumMapIntDou.java} | 21 +-
.../suites/javaudf_p0/test_javaudf_agg_map.groovy | 78 ++++
.../suites/javaudf_p0/test_javaudf_ret_map.groovy | 6 +
11 files changed, 806 insertions(+), 704 deletions(-)
copy regression-test/data/{nereids_p0/outfile/test_outfile_separator.out =>
javaudf_p0/test_javaudf_agg_map.out} (78%)
copy
regression-test/java-udf-src/src/main/java/org/apache/doris/udf/{MySumArrayInt.java
=> MySumMapInt.java} (80%)
copy
regression-test/java-udf-src/src/main/java/org/apache/doris/udf/{MySumDouble.java
=> MySumMapIntDou.java} (73%)
create mode 100644
regression-test/suites/javaudf_p0/test_javaudf_agg_map.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]