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: [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]