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/22 15:17:10 UTC

[flink] branch release-1.13 updated (44e6f1e -> 39134d1)

This is an automated email from the ASF dual-hosted git repository.

godfrey pushed a change to branch release-1.13
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from 44e6f1e  [FLINK-24800][runtime] Changed the assert condition for checking buffer timeout disabling test
     add 39134d1  [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/ConvertToNotInOrInRule.scala     |  16 +--
 .../rules/logical/ConvertToNotInOrInRuleTest.xml   |  84 +++++++++++--
 .../rules/logical/ConvertToNotInOrInRuleTest.scala |  36 ++++++
 .../planner/runtime/batch/sql/CalcITCase.scala     |  93 +++++++++++++++
 .../planner/runtime/stream/sql/CalcITCase.scala    |  29 +++++
 6 files changed, 373 insertions(+), 16 deletions(-)