You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2023/07/24 08:08:08 UTC

[doris] branch master updated (d2531db1cf -> 21deb57a4d)

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 d2531db1cf [fix](inverted index) fix regression case test_index_change_7 occasional failure (#22066)
     add 21deb57a4d [fix](Nereids) remove double sigature of ceil, floor and round (#22134)

No new revisions were added by this update.

Summary of changes:
 .../trees/expressions/functions/scalar/Ceil.java   |   2 -
 .../trees/expressions/functions/scalar/Dceil.java  |   2 -
 .../trees/expressions/functions/scalar/Dfloor.java |   2 -
 .../trees/expressions/functions/scalar/Dround.java |   3 -
 .../trees/expressions/functions/scalar/Floor.java  |   2 -
 .../trees/expressions/functions/scalar/Round.java  |   3 -
 .../expressions/functions/scalar/RoundBankers.java |   3 -
 .../expressions/functions/scalar/Truncate.java     |   2 -
 .../doris/nereids/trees/expressions/UdfTest.java   |   9 +-
 .../data/nereids_function_p0/scalar_function/D.out | 200 ++++++++++-----------
 .../data/nereids_function_p0/scalar_function/R.out | 192 ++++++++++----------
 .../sql_functions/math_functions/test_round.out    |  13 +-
 12 files changed, 208 insertions(+), 225 deletions(-)


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