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 93b81a3 [FLINK-17750][tests] Harden YARNHighavailabilityITCase by
increasing ZK session timeout to 20s
new cdfb030 [FLINK-17934][fs-connector] StreamingFileWriter should set
chainingStrategy
new 5a9fe5d [FLINK-17934][fs-connector] Add listener to Buckets and
remove listener for BucketsBuilder
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../flink/connectors/hive/HiveTableSink.java | 7 +---
.../HadoopPathBasedBulkFormatBuilder.java | 13 ------
.../sink/filesystem/BucketLifeCycleListener.java | 4 +-
.../api/functions/sink/filesystem/Buckets.java | 12 +++---
.../sink/filesystem/StreamingFileSink.java | 18 ---------
.../sink/filesystem/BucketAssignerITCases.java | 1 -
.../api/functions/sink/filesystem/BucketsTest.java | 17 ++++----
.../sink/filesystem/RollingPolicyTest.java | 1 -
.../table/filesystem/FileSystemTableSink.java | 12 ++----
.../filesystem/stream/InactiveBucketListener.java | 46 ----------------------
.../filesystem/stream/StreamingFileWriter.java | 30 +++++++++-----
11 files changed, 41 insertions(+), 120 deletions(-)
delete mode 100644
flink-table/flink-table-runtime-blink/src/main/java/org/apache/flink/table/filesystem/stream/InactiveBucketListener.java