gongxun0928 commented on code in PR #1178: URL: https://github.com/apache/cloudberry/pull/1178#discussion_r2161087271
########## src/backend/executor/nodeAgg.c: ########## @@ -2276,7 +2300,7 @@ lookup_hash_entries(AggState *aggstate) initialize_hash_entry(aggstate, hashtable, entry); pergroup[setno] = entry->additional; } - else + else if (!aggstate->streaming) Review Comment: yeah. All Hash Agg Node have a calling path like this: ExecAgg->agg_fill_hash_table->lookup_hash_entries -- 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...@cloudberry.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cloudberry.apache.org For additional commands, e-mail: commits-h...@cloudberry.apache.org