morningman opened a new pull request #7427: URL: https://github.com/apache/incubator-doris/pull/7427
Reverts apache/incubator-doris#7351 This commit will cause wrong result with agg table. For example, an agg table `(k1, k2, v1 sum)` with single non-overlapping rowset `select count(k1) from tbl1;` should using `_direct_agg_key_next_row` instead of `_agg_key_next_row`. Otherwise it return less rows than expected.(because `_agg_key_next_row` will only do aggregation with `k1`) -- 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