You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by lz...@apache.org on 2020/05/27 11:21:57 UTC

[flink] branch release-1.11 updated (a080062 -> f667804)

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

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


    from a080062  [FLINK-17751][table-planner-blink] Fix proctime defined in ddl can not work with over window in Table api
     add f667804  [FLINK-17925][fs-connector] Fix Filesystem options to default values and types

No new revisions were added by this update.

Summary of changes:
 .../flink/connectors/hive/HiveTableSink.java       |  2 +-
 .../formats/csv/CsvFilesystemStreamITCase.java     |  2 +-
 .../flink/formats/json/JsonFsStreamSinkITCase.java |  2 +-
 .../runtime/stream/FsStreamingSinkITCaseBase.scala | 16 ++++++--
 .../stream/sql/FsStreamingSinkTestCsvITCase.scala  |  2 +-
 ...rmatFactory.java => EmptyMetaStoreFactory.java} | 46 +++++++++++++++++-----
 .../flink/table/filesystem/FileSystemOptions.java  | 21 +++++-----
 .../table/filesystem/FileSystemTableSink.java      | 27 +------------
 .../table/filesystem/PartitionCommitPolicy.java    | 19 ++++++++-
 .../table/filesystem/TableMetaStoreFactory.java    |  1 +
 .../filesystem/stream/StreamingFileCommitter.java  |  6 ++-
 11 files changed, 90 insertions(+), 54 deletions(-)
 copy flink-table/flink-table-runtime-blink/src/main/java/org/apache/flink/table/filesystem/{OutputFormatFactory.java => EmptyMetaStoreFactory.java} (55%)