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 aa3ea4beed [fix](planner) failed to create view when use window function (#17815) add e8b9587fe6 [Improvement](dict) compute hash only if needed (#18058) No new revisions were added by this update. Summary of changes: be/src/olap/block_column_predicate.cpp | 2 +- be/src/olap/olap_common.h | 3 ++ be/src/olap/reader.h | 2 +- be/src/olap/rowset/beta_rowset_reader.h | 2 +- be/src/olap/rowset/segment_v2/segment_iterator.cpp | 8 +-- be/src/vec/columns/column.h | 2 +- be/src/vec/columns/column_dictionary.h | 62 +++++++++++++--------- be/src/vec/columns/column_nullable.h | 4 +- be/src/vec/exec/scan/new_olap_scan_node.cpp | 9 +++- be/src/vec/exec/scan/new_olap_scan_node.h | 5 +- be/src/vec/exec/scan/new_olap_scanner.cpp | 7 ++- 11 files changed, 69 insertions(+), 37 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org