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 2022/02/14 04:31:18 UTC

[flink] branch master updated (26bde8b -> 1abe951)

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 26bde8b  [FLINK-25883][python] Set the default value of DEFAULT_BUNDLE_PROCESSOR_CACHE_SHUTDOWN_THRESHOLD_S to 30 days
     add 1abe951  [Flink-25484][fs-connector] Support inactivityInterval config in table api

No new revisions were added by this update.

Summary of changes:
 .../file/table/FileSystemConnectorOptions.java     |  9 +++
 .../file/table/FileSystemTableFactory.java         |  1 +
 .../connector/file/table/FileSystemTableSink.java  | 15 ++++-
 .../file/sink/writer/FileWriterBucketTest.java     | 64 ++++++++++++++++++++++
 .../file/table/stream/StreamingFileWriterTest.java | 10 +++-
 .../flink/connectors/hive/HiveTableSink.java       | 11 +++-
 6 files changed, 103 insertions(+), 7 deletions(-)