You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2022/02/11 08:48:09 UTC

[flink] branch master updated (0caed30 -> edcf27a)

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

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


    from 0caed30  [FLINK-25830][docs]Typo mistake in "Metric Report page" of the documentation
     add edcf27a  [FLINK-25937][datastream] Restore the environment parallelism before transforming in SinkExpander#expand

No new revisions were added by this update.

Summary of changes:
 .../translators/SinkTransformationTranslator.java  |  6 +-
 .../api/graph/StreamGraphGeneratorTest.java        | 23 +++++++
 .../flink/streaming/util/TestExpandingSink.java    | 71 ++++++++++++++++++++++
 3 files changed, 98 insertions(+), 2 deletions(-)
 create mode 100644 flink-streaming-java/src/test/java/org/apache/flink/streaming/util/TestExpandingSink.java