EmmyMiao87 opened a new pull request #3012: Fix the result is double when new mv selector is enable URL: https://github.com/apache/incubator-doris/pull/3012 The issue is #3011. Reset the tablet and scan range info before compute it. The old rollup selector has computed tablet and scan range info. Then the new mv selector maybe compute tablet and scan range info again sometimes. So, we need to reset those info in here. Before this commit, the result is double when query is "select k1 ,k2 from aggregate_table "
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
