This is an automated email from the ASF dual-hosted git repository.
gaoyunhaii pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.
from b8e7fc3 [hotfix][connectors/filesystem] Make the compactor tests to
extend TestLogger.
new 04a56cb [FLINK-26610][datastream] Check whether sink uid is set when
expanding sink topology.
new 9ef8873 [FLINK-26610][connectors/filesystem] Do not add state
handlers for file compaction if compaction is not explicitly disabled.
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:
.../docs/connectors/datastream/filesystem.md | 4 +-
.../docs/connectors/datastream/filesystem.md | 4 +-
.../apache/flink/connector/file/sink/FileSink.java | 41 +++++++++++-
.../file/sink/BatchCompactingFileSinkITCase.java | 6 ++
.../file/sink/BatchExecutionFileSinkITCase.java | 17 +++--
.../file/sink/FileSinkCompactionSwitchITCase.java | 73 +++++++++++++++-------
.../sink/StreamingCompactingFileSinkITCase.java | 6 ++
.../sink/StreamingExecutionFileSinkITCase.java | 15 +++--
.../translators/SinkTransformationTranslator.java | 35 ++++++++---
9 files changed, 159 insertions(+), 42 deletions(-)