This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new a06ac930a03 [refactor](memtable) remove unused stream output (#27889) a06ac930a03 is described below commit a06ac930a033d8514ff9b7335eed2bc57c9768c4 Author: Ma1oneZhang <73012001+ma1onezh...@users.noreply.github.com> AuthorDate: Tue Dec 5 11:10:10 2023 +0800 [refactor](memtable) remove unused stream output (#27889) Co-authored-by: ziyang zhang <zhangziy...@stu.cdut.edu.cn> --- be/src/olap/memtable.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/be/src/olap/memtable.h b/be/src/olap/memtable.h index 9a171b8ad82..9e31e02b2b6 100644 --- a/be/src/olap/memtable.h +++ b/be/src/olap/memtable.h @@ -267,10 +267,4 @@ private: int32_t _seq_col_idx_in_block = -1; }; // class MemTable -inline std::ostream& operator<<(std::ostream& os, const MemTable& table) { - os << "MemTable(addr=" << &table << ", tablet=" << table.tablet_id() - << ", mem=" << table.memory_usage(); - return os; -} - } // namespace doris --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org