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

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


    from 5b2b0f7  [FLINK-10332][network] move data notification out of the 
synchronized block
     new 290d96e  [FLINK-10259] [table] Fix identification of key attributes 
for GroupWindows.
     new 65cd7b5  [FLINK-10079] [table] Look up sink tables in external 
catalogs.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../flink/table/api/BatchTableEnvironment.scala    |   4 +-
 .../flink/table/api/StreamTableEnvironment.scala   |   4 +-
 .../apache/flink/table/api/TableEnvironment.scala  |  60 ++-
 .../table/catalog/ExternalCatalogSchema.scala      |   2 +-
 .../table/plan/util/UpdatingPlanChecker.scala      |   3 +-
 .../table/api/ExternalCatalogInsertTest.scala      | 107 ++++++
 .../table/catalog/ExternalCatalogSchemaTest.scala  |   2 +-
 .../runtime/stream/sql/InsertIntoITCase.scala      | 406 +++++++++++++++++++++
 .../flink/table/runtime/stream/sql/SqlITCase.scala |  29 --
 .../flink/table/runtime/utils/CommonTestData.scala |  23 ++
 10 files changed, 587 insertions(+), 53 deletions(-)
 create mode 100644 
flink-libraries/flink-table/src/test/scala/org/apache/flink/table/api/ExternalCatalogInsertTest.scala
 create mode 100644 
flink-libraries/flink-table/src/test/scala/org/apache/flink/table/runtime/stream/sql/InsertIntoITCase.scala

Reply via email to