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 89d23081a86 [fix](olap) Should erase the segment footer cache after 
compaction (#59101)
     add 37114b8099e [Opt](encoding) Let `storage_format` control default 
encoding for interger and binary (#59075)

No new revisions were added by this update.

Summary of changes:
 be/src/cloud/pb_convert.cpp                        |  28 +++++
 be/src/common/config.cpp                           |  13 ---
 be/src/common/config.h                             |   6 --
 be/src/olap/primary_key_index.cpp                  |   2 +-
 be/src/olap/rowset/segment_v2/binary_dict_page.cpp |  21 ++--
 be/src/olap/rowset/segment_v2/column_reader.cpp    |   5 +-
 be/src/olap/rowset/segment_v2/column_writer.cpp    |  11 +-
 be/src/olap/rowset/segment_v2/column_writer.h      |   4 +
 be/src/olap/rowset/segment_v2/encoding_info.cpp    |  39 ++++---
 be/src/olap/rowset/segment_v2/encoding_info.h      |  14 ++-
 .../rowset/segment_v2/indexed_column_reader.cpp    |   2 +-
 .../rowset/segment_v2/indexed_column_writer.cpp    |   2 +-
 be/src/olap/rowset/segment_v2/options.h            |  10 ++
 be/src/olap/rowset/segment_v2/page_io.cpp          |   2 +-
 be/src/olap/rowset/segment_v2/segment_writer.cpp   |   4 +
 .../variant/variant_column_writer_impl.cpp         |   1 +
 .../rowset/segment_v2/vertical_segment_writer.cpp  |   4 +
 be/src/olap/rowset/segment_v2/zone_map_index.cpp   |   2 +-
 be/src/olap/tablet_meta.cpp                        |   7 ++
 be/src/olap/tablet_schema.cpp                      |  13 +++
 be/src/olap/tablet_schema.h                        |  20 ++++
 .../rowset/segment_v2/binary_dict_page_test.cpp    | 106 +++++++++----------
 .../olap/rowset/segment_v2/encoding_info_test.cpp  | 117 +++++++++++++--------
 .../cloud/datasource/CloudInternalCatalog.java     |   3 +
 gensrc/proto/olap_file.proto                       |  11 ++
 .../pipeline/cloud_p0/conf/be_custom.conf          |   2 -
 .../pipeline/cloud_p1/conf/be_custom.conf          |   2 -
 regression-test/pipeline/external/conf/be.conf     |   2 +-
 .../pipeline/nonConcurrent/conf/be.conf            |   2 +-
 regression-test/pipeline/p0/conf/be.conf           |   2 +-
 regression-test/pipeline/p1/conf/be.conf           |   2 +-
 .../suites/show_p0/test_show_data_warehouse.groovy |  14 ++-
 .../test_storage_format_controls_encoding.groovy   |  71 +++++++++++++
 33 files changed, 380 insertions(+), 164 deletions(-)
 create mode 100644 
regression-test/suites/table_p0/test_storage_format_controls_encoding.groovy


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

Reply via email to