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 8bfb89c100 [feature-wip](array-type) Add some regression tests for
nested array (#12322)
add dadfd85c40 prune for agg with constant expr (#12274)
No new revisions were added by this update.
Summary of changes:
.../org/apache/doris/analysis/SlotDescriptor.java | 4 -
.../glue/translator/PhysicalPlanTranslator.java | 26 +++---
.../doris/nereids/jobs/batch/RewriteJob.java | 3 +-
.../doris/nereids/rules/analysis/BindFunction.java | 2 +-
.../rewrite/logical/PruneAggChildColumns.java | 41 +++++++++-
.../rewrite/logical/PruneFilterChildColumns.java | 1 +
.../org/apache/doris/nereids/types/BigIntType.java | 8 ++
.../apache/doris/nereids/types/BooleanType.java | 7 ++
.../org/apache/doris/nereids/types/DataType.java | 2 +
.../apache/doris/nereids/types/DateTimeType.java | 7 ++
.../org/apache/doris/nereids/types/DateType.java | 7 ++
.../apache/doris/nereids/types/DecimalType.java | 8 ++
.../org/apache/doris/nereids/types/DoubleType.java | 7 ++
.../org/apache/doris/nereids/types/FloatType.java | 7 ++
.../apache/doris/nereids/types/IntegerType.java | 7 ++
.../apache/doris/nereids/types/LargeIntType.java | 7 ++
.../org/apache/doris/nereids/types/NullType.java | 7 ++
.../apache/doris/nereids/types/SmallIntType.java | 7 ++
.../apache/doris/nereids/types/TinyIntType.java | 7 ++
.../nereids/types/coercion/CharacterType.java | 7 ++
.../nereids/types/coercion/FractionalType.java | 5 ++
.../nereids/types/coercion/PrimitiveType.java | 5 ++
.../rules/rewrite/logical/ColumnPruningTest.java | 92 ++++++++++++++++++++++
.../agg_with_const.out} | 6 +-
.../agg_with_const.groovy} | 37 ++++++---
25 files changed, 289 insertions(+), 28 deletions(-)
copy regression-test/data/{correctness_p0/test_outer_join_with_empty_node.out
=> nereids_syntax_p0/agg_with_const.out} (81%)
copy regression-test/suites/{datatype_p0/hll/test_hll_int.groovy =>
nereids_syntax_p0/agg_with_const.groovy} (59%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]