You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by go...@apache.org on 2021/11/23 04:10:50 UTC

[flink] branch master updated (e431e6b -> 90e8503)

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 e431e6b  [FLINK-24964] Upgrade frontend-maven-plugin to 1.11.0
     add 90e8503  [FLINK-24708][table-planner] Fix wrong results of the IN operator

No new revisions were added by this update.

Summary of changes:
 .../table/planner/calcite/FlinkRexBuilder.java     | 131 +++++++++++++++++++++
 .../rules/logical/ConvertToNotInOrInRuleTest.xml   |  84 +++++++++++--
 .../rules/logical/ConvertToNotInOrInRuleTest.scala |  36 ++++++
 .../planner/runtime/batch/sql/CalcITCase.scala     |  92 +++++++++++++++
 .../planner/runtime/stream/sql/CalcITCase.scala    |  28 +++++
 5 files changed, 363 insertions(+), 8 deletions(-)