You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by ga...@apache.org on 2024/04/15 07:00:17 UTC

(doris) branch master updated (65ccd32babc -> 7c0669e2c25)

This is an automated email from the ASF dual-hosted git repository.

gabriellee pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 65ccd32babc [fix](planner) fix bug of InlineViewRef's tableNameToSql method (#33575)
     add 7c0669e2c25 [refine](Operator) When _stop_emplace_flag is not set to true, perform batch processing on the block. (#33173)

No new revisions were added by this update.

Summary of changes:
 .../distinct_streaming_aggregation_operator.cpp    | 112 +++++++++++++++------
 .../exec/distinct_streaming_aggregation_operator.h |  15 ++-
 be/src/vec/columns/column.h                        |   6 ++
 be/src/vec/columns/column_array.h                  |   4 +
 be/src/vec/columns/column_complex.h                |   5 +
 be/src/vec/columns/column_const.h                  |   4 +
 be/src/vec/columns/column_decimal.h                |   4 +
 be/src/vec/columns/column_dictionary.h             |   5 +
 be/src/vec/columns/column_dummy.h                  |  14 +++
 be/src/vec/columns/column_fixed_length_object.h    |   5 +
 be/src/vec/columns/column_impl.h                   |  10 +-
 be/src/vec/columns/column_map.h                    |   4 +
 be/src/vec/columns/column_nullable.h               |   5 +
 be/src/vec/columns/column_object.cpp               |   5 -
 be/src/vec/columns/column_object.h                 |   9 +-
 be/src/vec/columns/column_string.h                 |   4 +
 be/src/vec/columns/column_struct.h                 |   4 +
 be/src/vec/columns/column_vector.h                 |   4 +
 be/src/vec/columns/predicate_column.h              |   4 +
 19 files changed, 178 insertions(+), 45 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org