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:36:56 UTC

[flink] branch release-1.14 updated (3719c04 -> 4315c1b)

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

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


    from 3719c04  [FLINK-24608][table-planner][table-runtime] Insert rowtime into StreamRecord for SinkProviders
     add 4315c1b  [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(-)