You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tw...@apache.org on 2022/01/18 10:21:22 UTC

[flink] branch master updated (97403ac -> eeec246)

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

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


    from 97403ac  [FLINK-15585][table-planner] Update plan tests
     add eeec246  [FLINK-20286][connector-files] Table source now supports monitor continuously

No new revisions were added by this update.

Summary of changes:
 docs/content/docs/connectors/table/filesystem.md   | 31 ++++++++
 .../file/table/FileSystemConnectorOptions.java     | 13 ++++
 .../file/table/FileSystemTableFactory.java         |  1 +
 .../file/table/FileSystemTableSource.java          |  9 ++-
 .../table/FileSystemTableSinkStreamingITCase.java  | 91 ++++++++++++++++++++++
 5 files changed, 144 insertions(+), 1 deletion(-)
 create mode 100644 flink-table/flink-table-planner/src/test/java/org/apache/flink/connector/file/table/FileSystemTableSinkStreamingITCase.java