HappenLee commented on code in PR #21564: URL: https://github.com/apache/doris/pull/21564#discussion_r1259516646
########## be/src/vec/core/block.h: ########## @@ -413,34 +413,42 @@ class MutableBlock { using IndexByName = phmap::flat_hash_map<String, size_t>; IndexByName index_by_name; + Block* _output_block = nullptr; Review Comment: do not use this way to swap -- 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