This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 613b0bd5523 [fix](decimal) fix decimal overflow caused by null value (#28260) add cd6d75e5182 [fix](memory) `TabletSchema` and `Schema` no longer track memory, only track columns count. (#28149) No new revisions were added by this update. Summary of changes: be/src/olap/schema.h | 7 +++---- be/src/olap/storage_engine.cpp | 3 ++- be/src/olap/storage_engine.h | 3 +++ be/src/olap/tablet_manager.cpp | 18 +++++++----------- be/src/olap/tablet_manager.h | 2 +- be/src/olap/tablet_meta.cpp | 2 +- be/src/olap/tablet_meta.h | 6 +++++- be/src/olap/tablet_schema.cpp | 1 - be/src/olap/tablet_schema.h | 3 +++ be/src/olap/tablet_schema_cache.cpp | 15 +++++++++------ be/src/util/doris_metrics.cpp | 4 ---- be/src/util/doris_metrics.h | 2 -- 12 files changed, 34 insertions(+), 32 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org