yiguolei commented on code in PR #24964: URL: https://github.com/apache/doris/pull/24964#discussion_r1339654756
########## be/src/vec/olap/block_reader.h: ########## @@ -80,7 +80,7 @@ class BlockReader final : public TabletReader { void _init_agg_state(const ReaderParams& read_params); - void _insert_data_normal(MutableColumns& columns); + Status _insert_data_normal(MutableColumns& columns); Review Comment: add [no discard] attribute -- 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