platoneko commented on code in PR #31055: URL: https://github.com/apache/doris/pull/31055#discussion_r1493996872
########## be/src/olap/schema_change.cpp: ########## @@ -85,7 +90,7 @@ constexpr int ALTER_TABLE_BATCH_SIZE = 4064; class MultiBlockMerger { public: - MultiBlockMerger(TabletSharedPtr tablet) : _tablet(tablet), _cmp(tablet) {} + MultiBlockMerger(BaseTabletSPtr tablet) : _tablet(tablet), _cmp(*tablet) {} Review Comment: move ########## be/src/olap/schema_change.cpp: ########## @@ -85,7 +90,7 @@ constexpr int ALTER_TABLE_BATCH_SIZE = 4064; class MultiBlockMerger { public: - MultiBlockMerger(TabletSharedPtr tablet) : _tablet(tablet), _cmp(tablet) {} + MultiBlockMerger(BaseTabletSPtr tablet) : _tablet(tablet), _cmp(*tablet) {} Review Comment: move -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org