yiguolei commented on code in PR #34017: URL: https://github.com/apache/doris/pull/34017#discussion_r1575923248
########## be/src/pipeline/exec/data_queue.h: ########## @@ -93,6 +95,8 @@ class DataQueue { // only used by streaming agg source operator bool _data_exhausted = false; + int64_t _max_rows_in_sub_queue = 1; Review Comment: max rows? or max_blocks? -- 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