zhannngchen commented on code in PR #12118: URL: https://github.com/apache/doris/pull/12118#discussion_r957093727
########## fe/fe-core/src/main/java/org/apache/doris/planner/OlapScanNode.java: ########## @@ -1044,6 +1045,7 @@ private void filterDeletedRows(Analyzer analyzer) throws AnalysisException { Expr conjunct = new BinaryPredicate(BinaryPredicate.Operator.EQ, deleteSignSlot, new IntLiteral(0)); conjunct.analyze(analyzer); conjuncts.add(conjunct); + closePreAggregation(Column.DELETE_SIGN + " is used as conjuncts."); Review Comment: MoW requires isPreAggregation on, should use `setIsPreAggregation(false, reason)`? -- 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