This is an automated email from the ASF dual-hosted git repository.
morrysnow pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 43c8e7b465 [chore](thirdparty) Support cleaning extracted data before
building them (#15458)
add e651a9bb11 [feature](nereids) add variance function for nereids
(#15370)
No new revisions were added by this update.
Summary of changes:
.../doris/catalog/BuiltinAggregateFunctions.java | 13 +++---
.../{scalar/Abs.java => agg/Variance.java} | 51 ++++++++++++----------
.../visitor/AggregateFunctionVisitor.java | 5 +++
.../test_variance_nereids.out} | 5 +--
.../nereids_syntax_p0/test_variance_nereids.groovy | 19 +++-----
5 files changed, 47 insertions(+), 46 deletions(-)
copy
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/{scalar/Abs.java
=> agg/Variance.java} (64%)
copy regression-test/data/{correctness/test_forbidden_infer_filter_rule.out =>
nereids_syntax_p0/test_variance_nereids.out} (80%)
copy be/src/io/fs/path.h =>
regression-test/suites/nereids_syntax_p0/test_variance_nereids.groovy (77%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]