This is an automated email from the ASF dual-hosted git repository.
fpaul pushed a change to branch release-1.15
in repository https://gitbox.apache.org/repos/asf/flink.git.
from 311122c [hotfix][ci] Try to fix the e2e ci pipeline upgrading the
libssl version
new 31cd737 [FLINK-26613][streaming] Allow setting operator uid hashes
for predefined sink operators
new 3d06468 [FLINK-26613][streaming] Use Flink 1.13 sink committer
operator uid pattern
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:
.../datastream/CustomSinkOperatorUidHashes.java | 130 +++++++++++++++++++++
.../flink/streaming/api/datastream/DataStream.java | 38 +++++-
.../streaming/api/datastream/DataStreamSink.java | 14 ++-
.../api/transformations/SinkTransformation.java | 10 +-
.../translators/SinkTransformationTranslator.java | 33 +++++-
.../graph/SinkTransformationTranslatorTest.java | 53 +++++++++
.../plan/nodes/exec/common/CommonExecSink.java | 9 +-
7 files changed, 275 insertions(+), 12 deletions(-)
create mode 100644
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/datastream/CustomSinkOperatorUidHashes.java