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 5514b1c1b7 [enhancement](tablet_report) accelerate deleteFromBackend
function to avoid tablet report task blocked (#16115)
add 6b110aeba6 [test](Nereids) add regression cases for all functions
(#15907)
No new revisions were added by this update.
Summary of changes:
.../data/nereids_function_p0/fn_test.dat | 15 +
.../nereids_function_p0/scalar_function/A-F.out | 2007 +++++++++++++++++
.../nereids_function_p0/scalar_function/G-K.out | 936 ++++++++
.../nereids_function_p0/scalar_function/L-Q.out | 2296 ++++++++++++++++++++
.../nereids_function_p0/scalar_function/R-W.out | 2228 +++++++++++++++++++
.../nereids_function_p0/scalar_function/X-Z.out | 579 +++++
.../suites/nereids_function_p0/agg_function.groovy | 20 +
regression-test/suites/nereids_function_p0/gen.py | 87 +
.../suites/nereids_function_p0/load.groovy | 80 +
.../nereids_function_p0/scalar_function/A-F.groovy | 255 +++
.../nereids_function_p0/scalar_function/G-K.groovy | 103 +
.../nereids_function_p0/scalar_function/L-Q.groovy | 259 +++
.../nereids_function_p0/scalar_function/R-W.groovy | 287 +++
.../nereids_function_p0/scalar_function/X-Z.groovy | 76 +
14 files changed, 9228 insertions(+)
create mode 100644 regression-test/data/nereids_function_p0/fn_test.dat
create mode 100644
regression-test/data/nereids_function_p0/scalar_function/A-F.out
create mode 100644
regression-test/data/nereids_function_p0/scalar_function/G-K.out
create mode 100644
regression-test/data/nereids_function_p0/scalar_function/L-Q.out
create mode 100644
regression-test/data/nereids_function_p0/scalar_function/R-W.out
create mode 100644
regression-test/data/nereids_function_p0/scalar_function/X-Z.out
create mode 100644
regression-test/suites/nereids_function_p0/agg_function.groovy
create mode 100644 regression-test/suites/nereids_function_p0/gen.py
create mode 100644 regression-test/suites/nereids_function_p0/load.groovy
create mode 100644
regression-test/suites/nereids_function_p0/scalar_function/A-F.groovy
create mode 100644
regression-test/suites/nereids_function_p0/scalar_function/G-K.groovy
create mode 100644
regression-test/suites/nereids_function_p0/scalar_function/L-Q.groovy
create mode 100644
regression-test/suites/nereids_function_p0/scalar_function/R-W.groovy
create mode 100644
regression-test/suites/nereids_function_p0/scalar_function/X-Z.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]