This is an automated email from the ASF dual-hosted git repository.
zhangstar333 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 0b494700ab2 [improvement](status) Change the return type for
block_compression (#47566)
add cc8f61c2f0b [enhance](column) add has_enough_capacity function
interface for column and fix analytic operator string overflow (#47364)
No new revisions were added by this update.
Summary of changes:
be/src/pipeline/exec/analytic_sink_operator.cpp | 6 +++-
be/src/vec/columns/column.h | 11 ++++++
be/src/vec/columns/column_array.cpp | 6 ++++
be/src/vec/columns/column_array.h | 1 +
be/src/vec/columns/column_complex.h | 5 +++
be/src/vec/columns/column_const.h | 2 ++
be/src/vec/columns/column_decimal.h | 4 +++
be/src/vec/columns/column_dictionary.h | 6 ++++
be/src/vec/columns/column_dummy.h | 1 +
be/src/vec/columns/column_fixed_length_object.h | 5 +++
be/src/vec/columns/column_map.cpp | 7 ++++
be/src/vec/columns/column_map.h | 1 +
be/src/vec/columns/column_nullable.cpp | 6 ++++
be/src/vec/columns/column_nullable.h | 1 +
be/src/vec/columns/column_object.h | 4 +++
be/src/vec/columns/column_string.cpp | 19 +++++++---
be/src/vec/columns/column_string.h | 8 +++--
be/src/vec/columns/column_struct.cpp | 10 ++++++
be/src/vec/columns/column_struct.h | 1 +
be/src/vec/columns/column_vector.h | 5 +++
be/src/vec/columns/predicate_column.h | 5 +++
be/src/vec/common/sort/sorter.cpp | 18 ++++++++--
be/src/vec/common/sort/sorter.h | 9 +++--
be/test/vec/exec/sort/sort_test.cpp | 3 ++
.../window_functions/test_column_boundary.out | Bin 119 -> 144 bytes
.../window_functions/test_column_boundary.groovy | 40 ++++++++++++++-------
26 files changed, 158 insertions(+), 26 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]