You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by dw...@apache.org on 2020/06/22 12:05:12 UTC

[flink] branch master updated (0dec10e -> dc102ec)

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

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


    from 0dec10e  [minor] Fix naming discrepancy in flink-architecture.md
     add dc102ec  [FLINK-18378] Improve CatalogTable schema resolution

No new revisions were added by this update.

Summary of changes:
 .../api/internal/CatalogTableSchemaResolver.java   |  35 ++--
 .../table/api/internal/TableEnvironmentImpl.java   |   7 +-
 .../apache/flink/table/catalog/CatalogManager.java |  42 ++--
 .../flink/table/catalog/CatalogTableImpl.java      |   8 -
 .../apache/flink/table/catalog/CatalogTest.java    |   2 +-
 .../table/planner/catalog/CatalogSchemaTable.java  |  61 +++---
 .../planner/catalog/DatabaseCalciteSchema.java     |   5 +-
 .../planner/catalog/JavaCatalogTableTest.java      | 211 +++++++++++++++++++++
 .../plan/FlinkCalciteCatalogReaderTest.java        |   9 +-
 .../table/planner/catalog/JavaCatalogTableTest.xml | 153 +++++++++++++++
 .../flink/table/catalog/DatabaseCalciteSchema.java |  56 ++++--
 .../catalog/QueryOperationCatalogViewTable.java    |   9 +-
 .../flink/table/api/internal/TableEnvImpl.scala    |   2 +-
 13 files changed, 490 insertions(+), 110 deletions(-)
 create mode 100644 flink-table/flink-table-planner-blink/src/test/java/org/apache/flink/table/planner/catalog/JavaCatalogTableTest.java
 create mode 100644 flink-table/flink-table-planner-blink/src/test/resources/org/apache/flink/table/planner/catalog/JavaCatalogTableTest.xml