Sergey Nuyanzin created FLINK-28946: ---------------------------------------
Summary: Remove RexSimplify together with calcite upgrade Key: FLINK-28946 URL: https://issues.apache.org/jira/browse/FLINK-28946 Project: Flink Issue Type: Sub-task Components: Table SQL / API Reporter: Sergey Nuyanzin As mentioned in {{org.apache.calcite.rex.RexSimplify}} comment {noformat} * <p>Copied to fix Calcite 1.26 bugs, should be removed for the next Calcite upgrade. * * <p>Changes (line numbers are from the original RexSimplify file): * * <ol> * <li>CALCITE-4364 & FLINK-19811: Line 1307, Line 1764, Line 2638 ~ Line 2656. * <li>CALCITE-4446 & FLINK-22015: Line 2542 ~ Line 2548, Line 2614 ~ Line 2619. * </ol> {noformta} at https://github.com/apache/flink/blob/master/flink-table/flink-table-planner/src/main/java/org/apache/calcite/rex/RexSimplify.java#L73-L78 -- This message was sent by Atlassian Jira (v8.20.10#820010)