This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 4284fc4e75 [chore] Download apache orc source code from github if git 
does not work in build.sh. (#18625)
     add f2d75cb492 [fix](Nereids) fix signature precision round for decimalv3 
(#18639)

No new revisions were added by this update.

Summary of changes:
 .../functions/ComputePrecisionForRound.java        |   9 +-
 .../trees/expressions/functions/scalar/Ceil.java   |  21 +-
 .../trees/expressions/functions/scalar/Dceil.java  |  21 +-
 .../trees/expressions/functions/scalar/Dfloor.java |  22 +-
 .../trees/expressions/functions/scalar/Dround.java |   6 +-
 .../trees/expressions/functions/scalar/Floor.java  |  21 +-
 .../trees/expressions/functions/scalar/Round.java  |   8 +-
 .../expressions/functions/scalar/RoundBankers.java |   5 +-
 .../expressions/functions/scalar/Truncate.java     |   4 +-
 .../data/nereids_function_p0/scalar_function/C.out | 174 +++++++
 .../data/nereids_function_p0/scalar_function/D.out | 522 +++++++++++++++++++++
 .../data/nereids_function_p0/scalar_function/F.out | 174 +++++++
 .../data/nereids_function_p0/scalar_function/R.out | 348 ++++++++++++++
 .../data/nereids_function_p0/scalar_function/T.out |  87 ++++
 .../nereids_function_p0/scalar_function/C.groovy   |  14 +-
 .../nereids_function_p0/scalar_function/D.groovy   |  38 +-
 .../nereids_function_p0/scalar_function/F.groovy   |  14 +-
 .../nereids_function_p0/scalar_function/R.groovy   |  26 +-
 .../nereids_function_p0/scalar_function/T.groovy   |   8 +-
 19 files changed, 1493 insertions(+), 29 deletions(-)


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

Reply via email to