This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git
from 041e4527c6 [chore](third-party) Fix errors while building brpc (#23339) (#23347) new d26027412d [Bug](map) support replicate for column map and remove some unused code #23356 new 91aeaf6b21 [fix](window_function) wrong order by range (#23346) The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../aggregate_function_nothing.h | 75 ---------------------- be/src/vec/columns/column.h | 5 +- be/src/vec/columns/column_dictionary.h | 4 ++ be/src/vec/columns/column_fixed_length_object.h | 4 ++ be/src/vec/columns/column_map.cpp | 10 +++ be/src/vec/columns/column_map.h | 1 + be/src/vec/columns/column_nothing.h | 48 -------------- be/src/vec/columns/column_object.h | 4 ++ be/src/vec/columns/predicate_column.h | 4 ++ be/src/vec/data_types/data_type_nothing.cpp | 8 +-- be/src/vec/exec/vanalytic_eval_node.cpp | 2 +- .../data/nereids_syntax_p0/window_function.out | 16 +++++ .../nereids_syntax_p0/window_function.groovy | 7 ++ 13 files changed, 55 insertions(+), 133 deletions(-) delete mode 100644 be/src/vec/aggregate_functions/aggregate_function_nothing.h delete mode 100644 be/src/vec/columns/column_nothing.h --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org