cambyzju commented on a change in pull request #8764: URL: https://github.com/apache/incubator-doris/pull/8764#discussion_r839280186
########## File path: be/src/exec/olap_scanner.cpp ########## @@ -335,6 +335,7 @@ Status OlapScanner::get_batch(RuntimeState* state, RowBatch* batch, bool* eof) { // make sure to reset null indicators since we're overwriting // the tuple assembled for the previous row tuple->init(_tuple_desc->byte_size()); + batch->agg_object_pool()->remove_last_one(); Review comment: Thanks for your reply. 1. Could you give me some detail steps? I want to try to reproduce the problem. 2. If one tuple has bitmap and hll column at the same time, remove_last_one should be called twice? -- 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