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 7f8901578bd [fix](regression-test) Fix s3 load profile test failed due 
to css schema change (#35633)
     add 99388a08b29 [fix](segment cache) estimate momory consumed by segment 
(#35647)

No new revisions were added by this update.

Summary of changes:
 be/src/olap/base_tablet.cpp                          |  4 ++++
 be/src/olap/primary_key_index.cpp                    |  2 ++
 be/src/olap/rowset/rowset.cpp                        |  7 +++++++
 be/src/olap/rowset/rowset.h                          |  2 +-
 be/src/olap/rowset/segment_v2/column_reader.cpp      | 11 ++++++++++-
 be/src/olap/rowset/segment_v2/column_reader.h        |  2 +-
 .../olap/rowset/segment_v2/indexed_column_reader.cpp |  8 ++++++++
 .../olap/rowset/segment_v2/indexed_column_reader.h   |  2 ++
 be/src/olap/rowset/segment_v2/ordinal_page_index.cpp | 14 ++++++++++++++
 be/src/olap/rowset/segment_v2/ordinal_page_index.h   |  2 ++
 be/src/olap/rowset/segment_v2/segment.cpp            | 20 +++++++++++++++-----
 be/src/olap/rowset/segment_v2/segment.h              |  1 +
 be/src/olap/rowset/segment_v2/zone_map_index.cpp     | 11 +++++++++++
 be/src/olap/rowset/segment_v2/zone_map_index.h       |  2 ++
 be/src/olap/short_key_index.cpp                      | 16 ++++++++++++++++
 be/src/olap/short_key_index.h                        |  1 +
 be/src/olap/tablet_schema.cpp                        | 10 ++++++++++
 be/src/olap/tablet_schema.h                          |  4 +++-
 18 files changed, 110 insertions(+), 9 deletions(-)


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

Reply via email to