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:20:57 UTC

[flink] branch master updated (7e3b2cd -> a3c5455)

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

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


    from 7e3b2cd  [hotfix][tests] Document flink-jepsen correctness model
     add a3c5455  [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%)