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 0bb6005143 [Improvement](thrift) optimize thrift messages (#16383)
     add b6f2dfa994 [test](Nereids) add not nullable test for scalar functions 
(#16498)

No new revisions were added by this update.

Summary of changes:
 .../expressions/functions/scalar/DayCeil.java      |    4 +-
 .../expressions/functions/scalar/DayFloor.java     |    4 +-
 .../expressions/functions/scalar/DayOfMonth.java   |    4 +-
 .../expressions/functions/scalar/MonthCeil.java    |    4 +-
 .../expressions/functions/scalar/MonthFloor.java   |    4 +-
 .../expressions/functions/scalar/YearCeil.java     |    4 +-
 .../expressions/functions/scalar/YearFloor.java    |    4 +-
 .../data/nereids_function_p0/fn_test.dat           |   26 +-
 .../nereids_function_p0/scalar_function/A-F.out    | 2506 ----------------
 .../data/nereids_function_p0/scalar_function/A.out |  436 +++
 .../data/nereids_function_p0/scalar_function/B.out |  784 +++++
 .../data/nereids_function_p0/scalar_function/C.out |  842 ++++++
 .../data/nereids_function_p0/scalar_function/D.out | 2611 +++++++++++++++++
 .../data/nereids_function_p0/scalar_function/E.out |  175 ++
 .../data/nereids_function_p0/scalar_function/F.out |  639 ++++
 .../nereids_function_p0/scalar_function/G-K.out    | 1096 -------
 .../data/nereids_function_p0/scalar_function/G.out |  407 +++
 .../data/nereids_function_p0/scalar_function/H.out | 1190 ++++++++
 .../data/nereids_function_p0/scalar_function/I.out |   88 +
 .../nereids_function_p0/scalar_function/L-Q.out    | 2914 -------------------
 .../data/nereids_function_p0/scalar_function/L.out | 1045 +++++++
 .../data/nereids_function_p0/scalar_function/M.out | 3075 ++++++++++++++++++++
 .../data/nereids_function_p0/scalar_function/N.out | 1219 ++++++++
 .../data/nereids_function_p0/scalar_function/P.out |  233 ++
 .../data/nereids_function_p0/scalar_function/Q.out |   88 +
 .../nereids_function_p0/scalar_function/R-W.out    | 2956 -------------------
 .../data/nereids_function_p0/scalar_function/R.out |  668 +++++
 .../data/nereids_function_p0/scalar_function/S.out | 2756 ++++++++++++++++++
 .../data/nereids_function_p0/scalar_function/T.out |  813 ++++++
 .../data/nereids_function_p0/scalar_function/U.out |  291 ++
 .../data/nereids_function_p0/scalar_function/W.out | 2089 +++++++++++++
 .../nereids_function_p0/scalar_function/X-Z.out    |  751 -----
 .../data/nereids_function_p0/scalar_function/Y.out | 1451 +++++++++
 regression-test/suites/nereids_function_p0/gen.py  |   93 -
 .../suites/nereids_function_p0/load.groovy         |   68 +-
 .../nereids_function_p0/scalar_function/A-F.groovy |  218 --
 .../nereids_function_p0/scalar_function/A.groovy   |   76 +
 .../nereids_function_p0/scalar_function/B.groovy   |   76 +
 .../nereids_function_p0/scalar_function/C.groovy   |   84 +
 .../nereids_function_p0/scalar_function/D.groovy   |  204 ++
 .../nereids_function_p0/scalar_function/E.groovy   |   34 +
 .../nereids_function_p0/scalar_function/F.groovy   |   70 +
 .../nereids_function_p0/scalar_function/G-K.groovy |  104 -
 .../nereids_function_p0/scalar_function/G.groovy   |   50 +
 .../nereids_function_p0/scalar_function/H.groovy   |  104 +
 .../nereids_function_p0/scalar_function/I.groovy   |   28 +
 .../nereids_function_p0/scalar_function/L-Q.groovy |  259 --
 .../nereids_function_p0/scalar_function/L.groovy   |   94 +
 .../nereids_function_p0/scalar_function/M.groovy   |  234 ++
 .../nereids_function_p0/scalar_function/N.groovy   |  106 +
 .../nereids_function_p0/scalar_function/P.groovy   |   46 +
 .../nereids_function_p0/scalar_function/Q.groovy   |   28 +
 .../nereids_function_p0/scalar_function/R-W.groovy |  271 --
 .../nereids_function_p0/scalar_function/R.groovy   |   96 +
 .../nereids_function_p0/scalar_function/S.groovy   |  238 ++
 .../nereids_function_p0/scalar_function/T.groovy   |   78 +
 .../nereids_function_p0/scalar_function/U.groovy   |   46 +
 .../nereids_function_p0/scalar_function/W.groovy   |  166 ++
 .../nereids_function_p0/scalar_function/X-Z.groovy |   73 -
 .../nereids_function_p0/scalar_function/Y.groovy   |  122 +
 .../suites/nereids_function_p0/script/define.py    |  154 +
 .../suites/nereids_function_p0/script/gen.py       |  180 ++
 62 files changed, 23308 insertions(+), 11269 deletions(-)
 delete mode 100644 
regression-test/data/nereids_function_p0/scalar_function/A-F.out
 create mode 100644 
regression-test/data/nereids_function_p0/scalar_function/A.out
 create mode 100644 
regression-test/data/nereids_function_p0/scalar_function/B.out
 create mode 100644 
regression-test/data/nereids_function_p0/scalar_function/C.out
 create mode 100644 
regression-test/data/nereids_function_p0/scalar_function/D.out
 create mode 100644 
regression-test/data/nereids_function_p0/scalar_function/E.out
 create mode 100644 
regression-test/data/nereids_function_p0/scalar_function/F.out
 delete mode 100644 
regression-test/data/nereids_function_p0/scalar_function/G-K.out
 create mode 100644 
regression-test/data/nereids_function_p0/scalar_function/G.out
 create mode 100644 
regression-test/data/nereids_function_p0/scalar_function/H.out
 create mode 100644 
regression-test/data/nereids_function_p0/scalar_function/I.out
 delete mode 100644 
regression-test/data/nereids_function_p0/scalar_function/L-Q.out
 create mode 100644 
regression-test/data/nereids_function_p0/scalar_function/L.out
 create mode 100644 
regression-test/data/nereids_function_p0/scalar_function/M.out
 create mode 100644 
regression-test/data/nereids_function_p0/scalar_function/N.out
 create mode 100644 
regression-test/data/nereids_function_p0/scalar_function/P.out
 create mode 100644 
regression-test/data/nereids_function_p0/scalar_function/Q.out
 delete mode 100644 
regression-test/data/nereids_function_p0/scalar_function/R-W.out
 create mode 100644 
regression-test/data/nereids_function_p0/scalar_function/R.out
 create mode 100644 
regression-test/data/nereids_function_p0/scalar_function/S.out
 create mode 100644 
regression-test/data/nereids_function_p0/scalar_function/T.out
 create mode 100644 
regression-test/data/nereids_function_p0/scalar_function/U.out
 create mode 100644 
regression-test/data/nereids_function_p0/scalar_function/W.out
 delete mode 100644 
regression-test/data/nereids_function_p0/scalar_function/X-Z.out
 create mode 100644 
regression-test/data/nereids_function_p0/scalar_function/Y.out
 delete mode 100644 regression-test/suites/nereids_function_p0/gen.py
 delete mode 100644 
regression-test/suites/nereids_function_p0/scalar_function/A-F.groovy
 create mode 100644 
regression-test/suites/nereids_function_p0/scalar_function/A.groovy
 create mode 100644 
regression-test/suites/nereids_function_p0/scalar_function/B.groovy
 create mode 100644 
regression-test/suites/nereids_function_p0/scalar_function/C.groovy
 create mode 100644 
regression-test/suites/nereids_function_p0/scalar_function/D.groovy
 create mode 100644 
regression-test/suites/nereids_function_p0/scalar_function/E.groovy
 create mode 100644 
regression-test/suites/nereids_function_p0/scalar_function/F.groovy
 delete mode 100644 
regression-test/suites/nereids_function_p0/scalar_function/G-K.groovy
 create mode 100644 
regression-test/suites/nereids_function_p0/scalar_function/G.groovy
 create mode 100644 
regression-test/suites/nereids_function_p0/scalar_function/H.groovy
 create mode 100644 
regression-test/suites/nereids_function_p0/scalar_function/I.groovy
 delete mode 100644 
regression-test/suites/nereids_function_p0/scalar_function/L-Q.groovy
 create mode 100644 
regression-test/suites/nereids_function_p0/scalar_function/L.groovy
 create mode 100644 
regression-test/suites/nereids_function_p0/scalar_function/M.groovy
 create mode 100644 
regression-test/suites/nereids_function_p0/scalar_function/N.groovy
 create mode 100644 
regression-test/suites/nereids_function_p0/scalar_function/P.groovy
 create mode 100644 
regression-test/suites/nereids_function_p0/scalar_function/Q.groovy
 delete mode 100644 
regression-test/suites/nereids_function_p0/scalar_function/R-W.groovy
 create mode 100644 
regression-test/suites/nereids_function_p0/scalar_function/R.groovy
 create mode 100644 
regression-test/suites/nereids_function_p0/scalar_function/S.groovy
 create mode 100644 
regression-test/suites/nereids_function_p0/scalar_function/T.groovy
 create mode 100644 
regression-test/suites/nereids_function_p0/scalar_function/U.groovy
 create mode 100644 
regression-test/suites/nereids_function_p0/scalar_function/W.groovy
 delete mode 100644 
regression-test/suites/nereids_function_p0/scalar_function/X-Z.groovy
 create mode 100644 
regression-test/suites/nereids_function_p0/scalar_function/Y.groovy
 create mode 100644 regression-test/suites/nereids_function_p0/script/define.py
 create mode 100644 regression-test/suites/nereids_function_p0/script/gen.py


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to