This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from dc7e1d82c0e [feat](nereids) Add fold constant for nullif function
(#56932)
add 8226a2a3bac [Opt](encoding) Add new encoding `BinaryPlainPageV2`
(#56846)
No new revisions were added by this update.
Summary of changes:
be/src/common/config.cpp | 7 +
be/src/common/config.h | 2 +
be/src/olap/primary_key_index.cpp | 2 +-
be/src/olap/rowset/segment_v2/binary_dict_page.cpp | 64 +-
be/src/olap/rowset/segment_v2/binary_dict_page.h | 15 +-
be/src/olap/rowset/segment_v2/binary_plain_page.h | 7 +-
...{binary_plain_page.h => binary_plain_page_v2.h} | 256 +++---
.../olap/rowset/segment_v2/bitmap_index_writer.cpp | 4 +-
be/src/olap/rowset/segment_v2/column_reader.cpp | 19 +-
be/src/olap/rowset/segment_v2/column_writer.cpp | 11 +-
be/src/olap/rowset/segment_v2/encoding_info.cpp | 148 ++--
be/src/olap/rowset/segment_v2/encoding_info.h | 83 +-
.../rowset/segment_v2/indexed_column_reader.cpp | 2 +-
.../rowset/segment_v2/indexed_column_writer.cpp | 2 +-
be/src/olap/rowset/segment_v2/page_builder.h | 9 +
be/src/olap/rowset/segment_v2/page_decoder.h | 4 +
be/src/olap/rowset/segment_v2/zone_map_index.cpp | 2 +-
be/src/runtime/exec_env.h | 5 +
be/src/runtime/exec_env_init.cpp | 5 +
be/test/CMakeLists.txt | 1 -
.../rowset/segment_v2/binary_dict_page_test.cpp | 868 ++++++++++++++++++---
.../segment_v2/binary_plain_page_v2_test.cpp | 576 ++++++++++++++
.../olap/rowset/segment_v2/encoding_info_test.cpp | 76 +-
gensrc/proto/segment_v2.proto | 1 +
.../pipeline/cloud_p1/conf/be_custom.conf | 2 +
.../bloom_filter_p0/test_bloom_filter_hit.groovy | 2 +-
...est_bloom_filter_hit_with_renamed_column.groovy | 87 +--
.../suites/show_p0/test_show_data_warehouse.groovy | 13 +-
28 files changed, 1834 insertions(+), 439 deletions(-)
copy be/src/olap/rowset/segment_v2/{binary_plain_page.h =>
binary_plain_page_v2.h} (56%)
create mode 100644 be/test/olap/rowset/segment_v2/binary_plain_page_v2_test.cpp
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]