morrySnow commented on code in PR #29226:
URL: https://github.com/apache/doris/pull/29226#discussion_r1437463717
##########
fe/fe-core/src/main/java/org/apache/doris/planner/SingleNodePlanner.java:
##########
@@ -1363,18 +1363,18 @@ public boolean selectMaterializedView(QueryStmt
queryStmt, Analyzer analyzer) th
if (olapScanNode.getSelectedPartitionIds().size() == 0 &&
!FeConstants.runningUnitTest) {
continue;
}
+ boolean tupleSelectFailed = false;
try {
// select index by the old Rollup selector
olapScanNode.selectBestRollupByRollupSelector(analyzer);
} catch (UserException e) {
- LOG.debug("May no rollup index matched");
+ tupleSelectFailed = true;
Review Comment:
add test case~
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]