This is an automated email from the ASF dual-hosted git repository.
starocean999 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 99755920e26 [fix](nereids)subquery unnest need handle subquery in Not
expr correnctly (#28713)
add c53611dcb39 [feature](nereids)support decimalv2 (#28726)
No new revisions were added by this update.
Summary of changes:
.../functions/executable/NumericArithmetic.java | 3 ++
.../trees/expressions/literal/DecimalLiteral.java | 5 ++-
.../expressions/literal/DecimalV3Literal.java | 28 +++++++++++-
.../org/apache/doris/nereids/types/DataType.java | 18 ++++++++
.../apache/doris/nereids/types/DecimalV2Type.java | 52 +++++++++++++++-------
.../doris/nereids/parser/NereidsParserTest.java | 8 ++++
.../data/nereids_p0/datatype/test_decimalv2.out | 52 ++++++++++++++++++++++
.../decimalv2/test_decimalv2_overflow.groovy | 2 +-
.../{test_datev1.groovy => test_decimalv2.groovy} | 41 +++++++++--------
9 files changed, 169 insertions(+), 40 deletions(-)
create mode 100644 regression-test/data/nereids_p0/datatype/test_decimalv2.out
copy regression-test/suites/nereids_p0/datatype/{test_datev1.groovy =>
test_decimalv2.groovy} (57%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]