snuyanzin commented on code in PR #28152: URL: https://github.com/apache/flink/pull/28152#discussion_r3235050593
########## flink-table/flink-table-planner/src/main/java/org/apache/calcite/rel/metadata/RelMdPredicates.java: ########## @@ -83,15 +89,6 @@ /** * Utility to infer Predicates that are applicable above a RelNode. * - * <p>The class was copied over because of * CALCITE-6317 * and should be removed after upgraded to - * calcite-1.37.0. - * - * <p>FLINK modifications are at lines - * - * <ol> - * <li>Port fix of CALCITE-6317 (Calcite 1.37.0): Lines 333~357, 402~404 Review Comment: Ideally bumping to 1.37.0 should be enough to drop this class The problem is that in 1.37.0 was done https://issues.apache.org/jira/browse/CALCITE-6044 which introduces a bug fixed in https://issues.apache.org/jira/browse/CALCITE-6599 -- 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]
