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/05/18 08:02:20 UTC

[flink] branch master updated (1b42120 -> 0d9c46e)

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 1b42120  [FLINK-17692] Keep yarn.classpath in target folder to not pollute local builds
     add 0d9c46e  [FLINK-16160][table-planner-blink] Fix proctime()/rowtime() doesn't work for TableEnvironment.connect().createTemporaryTable()

No new revisions were added by this update.

Summary of changes:
 .../flink/table/catalog/ConnectorCatalogTable.java |  2 +-
 .../flink/table/sources/TableSourceValidation.java | 11 +++-
 .../table/planner/catalog/CatalogSchemaTable.java  | 60 ++++++++++++++++++++-
 .../plan/schema/LegacyCatalogSourceTable.scala     | 53 +++++++++++-------
 .../org.apache.flink.table.factories.TableFactory  |  1 +
 .../plan/stream/sql/LegacyTableSourceTest.xml      | 58 ++++++++++++++++++++
 .../plan/stream/sql/LegacyTableSourceTest.scala    | 52 +++++++++++++++++-
 .../table/planner/utils/testTableSourceSinks.scala | 63 +++++++++++++++++++++-
 8 files changed, 276 insertions(+), 24 deletions(-)