julianhyde commented on code in PR #3837:
URL: https://github.com/apache/calcite/pull/3837#discussion_r1667100594
##########
core/src/main/java/org/apache/calcite/rel/rules/ProjectMergeRule.java:
##########
@@ -174,8 +174,9 @@ public interface Config extends RelRule.Config {
/** Defines an operand tree for the given classes. */
default Config withOperandFor(Class<? extends Project> projectClass) {
return withOperandSupplier(b0 ->
- b0.operand(projectClass).oneInput(b1 ->
- b1.operand(projectClass).anyInputs()))
+ b0.operand(projectClass)
Review Comment:
reverted
--
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]