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 b085ff49f0 [refactor](non-vec) delete non-vec data sink (#15283) add cb295de981 [Bug](decimalv3) Fix wrong precision of DECIMALV3 (#15302) No new revisions were added by this update. Summary of changes: .../sql-reference/Data-Types/DECIMALV3.md | 2 +- .../sql-reference/Data-Types/DECIMALV3.md | 2 +- .../java/org/apache/doris/catalog/ScalarType.java | 10 +++-- .../decimalv3/test_arithmetic_expressions.out | 19 +++++++++ .../decimalv3/test_arithmetic_expressions.groovy | 49 ++++++++++++++++++++++ 5 files changed, 77 insertions(+), 5 deletions(-) create mode 100644 regression-test/data/datatype_p0/decimalv3/test_arithmetic_expressions.out create mode 100644 regression-test/suites/datatype_p0/decimalv3/test_arithmetic_expressions.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org