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

dataroaring pushed a change to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 0feb1f01393 [Fix](nereids) set all nullable aggregate function to 
alwaysnullable in window expression (#40693)
     new 9f224013d3d [Bug](partition_topn) fix partition_topn not reset output 
rows after do_partition_topn_sort (#40761)
     new 6d0b67a76e4 [Fix](Column) refactor ColumnNullable to provide flags 
safety (#40769)

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:
 .../pipeline/exec/partition_sort_sink_operator.h   |   5 +
 be/src/vec/columns/column_nullable.cpp             |  85 +++++-------
 be/src/vec/columns/column_nullable.h               | 153 ++++++++++++++-------
 be/src/vec/common/sort/partition_sorter.cpp        |   9 +-
 .../column_nullable_seriazlization_test.cpp        |  75 +---------
 be/test/vec/columns/column_nullable_test.cpp       | 112 +++++++++++++++
 be/test/vec/columns/column_nullable_test.h         | 105 ++++++++++++++
 be/test/vec/columns/column_resize_test.cpp         |   1 -
 be/test/vec/function/function_test_util.h          |   8 ++
 .../test_column_nullable_cache.out}                |   5 +-
 .../window_functions/test_partition_topn.out}      |   4 +-
 .../correctness/test_column_nullable_cache.groovy  |  57 ++++++++
 .../window_functions/test_partition_topn.groovy    |  66 +++++++++
 13 files changed, 503 insertions(+), 182 deletions(-)
 create mode 100644 be/test/vec/columns/column_nullable_test.cpp
 create mode 100644 be/test/vec/columns/column_nullable_test.h
 copy regression-test/data/{inverted_index_p0/test_index_empty_string.out => 
correctness/test_column_nullable_cache.out} (79%)
 copy regression-test/data/{correctness/test_forbidden_infer_filter_rule.out => 
query_p0/sql_functions/window_functions/test_partition_topn.out} (82%)
 create mode 100644 
regression-test/suites/correctness/test_column_nullable_cache.groovy
 create mode 100644 
regression-test/suites/query_p0/sql_functions/window_functions/test_partition_topn.groovy


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to