This is an automated email from the ASF dual-hosted git repository.
aljoscha pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.
from 8f47b38 [FLINK-12693][state] Store state per key-group in
CopyOnWriteStateTable
new 47d7eaa [FLINK-13098][datastream] Add a new type UNDEFINED of shuffle
mode
new 5e27744 [FLINK-13101][datastream] Introduce
blockingConnectionsBetweenChains property of StreamGraph
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/streaming/api/graph/StreamEdge.java | 2 +-
.../flink/streaming/api/graph/StreamGraph.java | 24 ++-
.../streaming/api/graph/StreamGraphGenerator.java | 12 ++
.../api/graph/StreamingJobGraphGenerator.java | 4 +
.../transformations/PartitionTransformation.java | 2 +-
.../streaming/api/transformations/ShuffleMode.java | 9 +-
.../api/graph/StreamingJobGraphGeneratorTest.java | 163 +++++++++++++++++++--
7 files changed, 200 insertions(+), 16 deletions(-)