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 38a3d6fdae4 [fix](transaction) limit abort txn reason to avoid value 
length exceeds limit error (#50152)
     add 3aa18fc50d9 [feature](agg function) support corr_welford agg function 
(#49712)

No new revisions were added by this update.

Summary of changes:
 .../aggregate_function_corr.cpp                    |  95 ++++----------
 ...function_corr.cpp => aggregate_function_corr.h} |  90 +++++++++++--
 .../aggregate_function_simple_factory.cpp          |   2 +
 be/test/vec/aggregate_functions/agg_corr_test.cpp  | 146 +++++++++++++++++++++
 .../doris/catalog/BuiltinAggregateFunctions.java   |   2 +
 .../{scalar/Atan2.java => agg/CorrWelford.java}    |  41 ++++--
 .../visitor/AggregateFunctionVisitor.java          |   5 +
 .../{test_corr.out => test_corr_welford.out}       | Bin 344 -> 343 bytes
 .../{test_corr.groovy => test_corr_welford.groovy} |  50 +++----
 9 files changed, 309 insertions(+), 122 deletions(-)
 copy be/src/vec/aggregate_functions/{aggregate_function_corr.cpp => 
aggregate_function_corr.h} (53%)
 create mode 100644 be/test/vec/aggregate_functions/agg_corr_test.cpp
 copy 
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/{scalar/Atan2.java
 => agg/CorrWelford.java} (61%)
 copy regression-test/data/nereids_function_p0/agg_function/{test_corr.out => 
test_corr_welford.out} (94%)
 copy regression-test/suites/nereids_function_p0/agg_function/{test_corr.groovy 
=> test_corr_welford.groovy} (54%)


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

Reply via email to