• Y
    [FLINK-14338][table-planner][table-planner-blink] Update all kinds of left plan changes · fabff4f3
    yuzhao.cyz 提交于
    * Some join order changes for blink-planner due to the rule fire sequence changes, see https://github.com/apache/calcite/commit/35caa059a762094c7df0b30e9b51358a19b48ac2, they are still correct
    * The Correlate row count estimation has been fixed from a always 1 to join like estimation, thus, if the inputs of Join is a Correlate, the join algorithm would very probably changes, i.e. batch.sql.SubplanReuseTest
    * Due to CALCITE-3729, the filter condition was pushed down for some Join cases: batch.sql.join.JoinReorderTest
    * Due to CALCITE-2450 RexNode normalization, the predicates sequence of some test changes: logical.subquery.FlinkRewriteSubQueryRuleTest
    * The Decimal modulus precision inference has been fixed: planner.expressions.DecimalTypeTest
    fabff4f3
WindowAggregateReduceFunctionsRule.scala 3.1 KB