You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ja...@apache.org on 2020/08/18 02:47:18 UTC

[flink] branch master updated (3c61dac -> a2f0199)

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

jark pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from 3c61dac  [FLINK-18886][python] Support Kafka connectors for Python DataStream API. (#13161)
     add a2f0199  [FLINK-18212][table-planner-blink] Fix Lookup Join failed when there is a UDF equal condition on the column of temporal table

No new revisions were added by this update.

Summary of changes:
 .../plan/nodes/common/CommonLookupJoin.scala       |  1 +
 .../plan/stream/sql/join/LookupJoinTest.xml        | 60 ++++++++++++++++++++++
 .../plan/stream/sql/join/LookupJoinTest.scala      | 14 +++++
 .../runtime/stream/sql/LookupJoinITCase.scala      | 20 ++++++++
 4 files changed, 95 insertions(+)