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/09/23 02:48:08 UTC

[flink] branch master updated (37f90c1 -> 2975d6c)

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 37f90c1  [FLINK-19227][table] The catalog is still created after opening failed in catalog registering
     add 2975d6c  [FLINK-18548][table-planner] Support temporal join on temporal table with computed columns

No new revisions were added by this update.

Summary of changes:
 .../table/planner/calcite/FlinkPlannerImpl.scala   | 37 +++++++++++--
 .../planner/plan/schema/CatalogSourceTable.scala   |  2 +-
 .../planner/plan/batch/sql/join/LookupJoinTest.xml | 60 ++++++++++++++++++++++
 .../plan/stream/sql/join/LookupJoinTest.xml        | 60 ++++++++++++++++++++++
 .../plan/batch/sql/join/LookupJoinTest.scala       | 49 ++++++++++++++++--
 .../plan/stream/sql/join/LookupJoinTest.scala      | 45 +++++++++++++++-
 .../runtime/batch/sql/join/LookupJoinITCase.scala  | 55 +++++++++++++++++++-
 .../runtime/stream/sql/LookupJoinITCase.scala      | 59 +++++++++++++++++++++
 8 files changed, 356 insertions(+), 11 deletions(-)