mihaibudiu commented on code in PR #5043:
URL: https://github.com/apache/calcite/pull/5043#discussion_r3465065160


##########
core/src/main/java/org/apache/calcite/rel/rules/ProjectToWindowRule.java:
##########
@@ -193,7 +194,7 @@ public interface ProjectToLogicalProjectAndWindowRuleConfig
       ProjectToLogicalProjectAndWindowRuleConfig DEFAULT =
           ImmutableProjectToLogicalProjectAndWindowRuleConfig.of()
               .withOperandSupplier(b ->
-                  b.operand(Project.class)
+                  b.operand(LogicalProject.class)

Review Comment:
   How is this related to the "JDBC convention"?
   If it's not, perhaps the issue in Jira needs to be rephrased.



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

Reply via email to