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

[flink] branch master updated (328193d -> 608e9e7)

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

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


    from 328193d  [FLINK-16541][doc] Fix document of table.exec.shuffle-mode
     add 608e9e7  [FLINK-16336][table] Add new type inference for temporal table functions

No new revisions were added by this update.

Summary of changes:
 .../flink/table/functions/TemporalTableFunctionImpl.java  | 15 ++++++++++++++-
 .../nodes/logical/FlinkLogicalTableFunctionScan.scala     | 13 +++++++------
 ...icalCorrelateToJoinFromTemporalTableFunctionRule.scala | 13 +++++++------
 .../planner/plan/stream/sql/join/TemporalJoinTest.xml     |  2 +-
 .../planner/plan/stream/sql/join/TemporalJoinTest.scala   |  2 +-
 .../planner/runtime/stream/sql/TemporalJoinITCase.scala   |  4 ++--
 .../apache/flink/table/planner/utils/TableTestBase.scala  |  7 +++++++
 7 files changed, 39 insertions(+), 17 deletions(-)