morrySnow commented on code in PR #44695: URL: https://github.com/apache/doris/pull/44695#discussion_r1861417134
########## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/InSubquery.java: ########## @@ -109,10 +109,10 @@ public InSubquery withChildren(List<Expression> children) { return new InSubquery(children.get(0), (ListQuery) children.get(1), correlateSlots, typeCoercionExpr, isNot); } - @Override - public List<Expression> children() { - return Lists.newArrayList(compareExpr, listQuery); - } +// @Override Review Comment: why need remove this? -- 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