danny0405 commented on a change in pull request #1853: [CALCITE-3851] Replace 
the node importance map with a set for pruned nodes
URL: https://github.com/apache/calcite/pull/1853#discussion_r395447976
 
 

 ##########
 File path: core/src/main/java/org/apache/calcite/plan/RelOptPlanner.java
 ##########
 @@ -307,9 +307,24 @@ RelNode register(
    *
    * @param rel        Relational expression
    * @param importance Importance
+   *
+   * @deprecated This API will be removed in a future release, as we no longer
+   * support the concept of node importance. Please use
+   * {@link RelOptPlanner#prune(RelNode)} method instead.
    */
+  @Deprecated
 
 Review comment:
   Missing deprecation version.

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


With regards,
Apache Git Services

Reply via email to