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 370ddd8fb2e [feat](metatable) support table$partitions for hive table
(#40774)
add 47ce9f905e8 [fix](Nereids) simplify decimal comparison wrong when cast
to smaller scale (#41151)
No new revisions were added by this update.
Summary of changes:
.../rules/expression/rules/SimplifyCastRule.java | 11 +-
.../rules/SimplifyComparisonPredicate.java | 24 +-
.../rules/SimplifyDecimalV3Comparison.java | 25 +-
.../expressions/literal/DecimalV3Literal.java | 8 +-
.../org/apache/doris/nereids/types/DataType.java | 2 +-
.../expression/rules/SimplifyCastRuleTest.java | 46 +-
.../rules/SimplifyComparisonPredicateTest.java | 130 ++
.../rules/SimplifyDecimalV3ComparisonTest.java | 50 +-
.../data/export_p0/test_export_data_types.out | 48 +-
.../http_stream/test_http_stream_properties.out | 1452 +++++++-------
.../stream_load/test_stream_load_properties.out | 2100 +++++++++-----------
.../test_array_aggregation_functions.out | 20 +-
.../math_functions/test_least_greatest.out | 37 +-
.../test_simplify_decimal_comparison.groovy} | 12 +-
14 files changed, 1931 insertions(+), 2034 deletions(-)
copy regression-test/suites/{correctness/test_removed_session_var.groovy =>
nereids_rules_p0/expression/test_simplify_decimal_comparison.groovy} (75%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]