This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a change to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
from 963415ce45c [test](case) add some test case for encrypt/decrypt
functions (#40427) (#40847)
add cecd2143458 [branch-2.1](Column) refactor ColumnNullable to provide
flags safety (#40769) (#40848)
No new revisions were added by this update.
Summary of changes:
be/src/vec/columns/column_nullable.cpp | 85 +++++-------
be/src/vec/columns/column_nullable.h | 152 ++++++++++++++-------
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 +-
.../correctness/test_column_nullable_cache.groovy | 57 ++++++++
8 files changed, 422 insertions(+), 103 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%)
create mode 100644
regression-test/suites/correctness/test_column_nullable_cache.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]