rubenada commented on a change in pull request #2349:
URL: https://github.com/apache/calcite/pull/2349#discussion_r579130065



##########
File path: core/src/main/java/org/apache/calcite/plan/RelOptUtil.java
##########
@@ -2798,6 +2917,7 @@ public static JoinRelType simplifyJoin(RelNode joinRel,
    * @param rightFilters list of filters to push to the right child
    * @return whether at least one filter was pushed
    */
+  @Deprecated // to be removed before 2.0

Review comment:
       If we go into this direction, probably the "deprecated flag" should be 
added in the javadoc too:
   `@deprecated Use newMethod`




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to