This is an automated email from the ASF dual-hosted git repository.
godfrey pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.
from 0b07d64 [hotfix] Update release notes with changes to StreamStatus
add 32f7cc9 [FLINK-24318][table-planner] Casting a number to boolean has
different results between 'select' fields and 'where' condition
No new revisions were added by this update.
Summary of changes:
.../PushFilterInCalcIntoTableSourceScanRule.java | 5 +-
.../logical/PushFilterIntoTableSourceScanRule.java | 5 +-
.../plan/rules/logical/FlinkCalcMergeRule.scala | 5 +-
.../JoinConditionEqualityTransferRule.scala | 5 +-
.../logical/JoinConditionTypeCoerceRule.scala | 5 +-
.../JoinDependentConditionDerivationRule.scala | 3 +-
.../PushFilterIntoLegacyTableSourceScanRule.scala | 6 +-
.../logical/SimplifyFilterConditionRule.scala | 5 +-
.../rules/logical/SimplifyJoinConditionRule.scala | 5 +-
.../table/planner/plan/utils/FlinkRexUtil.scala | 4 +-
.../logical/SimplifyFilterConditionRuleTest.xml | 38 +++++++++
.../logical/SimplifyJoinConditionRuleTest.xml | 42 ++++++++++
.../logical/SimplifyFilterConditionRuleTest.scala | 12 +++
.../logical/SimplifyJoinConditionRuleTest.scala | 12 +++
.../planner/plan/utils/FlinkRexUtilTest.scala | 90 ++++++++++++++++------
.../planner/runtime/stream/sql/CalcITCase.scala | 81 ++++++++++++++++++-
16 files changed, 286 insertions(+), 37 deletions(-)