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 7f0e37069f [improvement](olap) filter the whole segment by dictionary
(#21239)
add 45f1909bc3 [Bug](lateral-view) make lateral view function's nullable
mode work (#21242)
No new revisions were added by this update.
Summary of changes:
be/src/runtime/descriptors.cpp | 17 +++---
be/src/runtime/descriptors.h | 1 -
.../aggregate_functions/aggregate_function_avg.h | 5 +-
.../aggregate_functions/aggregate_function_count.h | 5 +-
.../aggregate_function_min_max.h | 5 +-
.../aggregate_functions/aggregate_function_sum.h | 5 +-
be/src/vec/data_types/data_type_agg_state.h | 4 +-
.../org/apache/doris/analysis/LateralViewRef.java | 11 +++-
.../org/apache/doris/analysis/SlotDescriptor.java | 36 ++-----------
.../org/apache/doris/analysis/TupleDescriptor.java | 17 +-----
.../src/main/java/org/apache/doris/load/Load.java | 3 --
.../doris/load/loadv2/LoadingTaskPlanner.java | 3 --
.../org/apache/doris/planner/OriginalPlanner.java | 3 --
.../apache/doris/planner/StreamLoadPlanner.java | 6 ---
.../doris/planner/TableFunctionPlanTest.java | 14 ++---
.../test_agg_state_group_concat.out | 0
.../agg_state/max/test_agg_state_max.out} | 18 ++++++-
.../test_agg_state_group_concat.groovy | 0
.../agg_state/max/test_agg_state_max.groovy | 62 ++++++++++++++++++++++
19 files changed, 123 insertions(+), 92 deletions(-)
rename regression-test/data/datatype_p0/agg_state/{ =>
group_concat}/test_agg_state_group_concat.out (100%)
copy regression-test/data/{correctness_p0/test_outer_join_with_empty_node.out
=> datatype_p0/agg_state/max/test_agg_state_max.out} (51%)
rename regression-test/suites/datatype_p0/agg_state/{ =>
group_concat}/test_agg_state_group_concat.groovy (100%)
create mode 100644
regression-test/suites/datatype_p0/agg_state/max/test_agg_state_max.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]