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

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


    from c1291faee73 [test](inverted index) make test_mow_table_with_format_v2 
regression case more stable (#53739)
     add 862ec657dd4 [Chore](function) rename function cosec to csc (#53711)

No new revisions were added by this update.

Summary of changes:
 be/src/vec/functions/math.cpp                      |  8 +--
 be/test/vec/function/function_math_test.cpp        |  2 +-
 .../doris/catalog/BuiltinScalarFunctions.java      |  4 +-
 .../functions/executable/NumericArithmetic.java    |  6 +-
 .../trees/expressions/functions/scalar/Cosec.java  | 68 ----------------------
 .../functions/scalar/{Sec.java => Csc.java}        | 14 ++---
 .../expressions/visitor/ScalarFunctionVisitor.java |  6 +-
 .../fold_constant_numeric_arithmatic.groovy        | 20 +++----
 .../math_functions/test_triangle.groovy            |  2 +-
 9 files changed, 31 insertions(+), 99 deletions(-)
 delete mode 100644 
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/Cosec.java
 copy 
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/{Sec.java
 => Csc.java} (87%)


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

Reply via email to