aljoscha commented on a change in pull request #8982: [FLINK-13098][datastream] 
Add a new type UNDEFINED of shuffle mode
URL: https://github.com/apache/flink/pull/8982#discussion_r300658359
 
 

 ##########
 File path: 
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/transformations/ShuffleMode.java
 ##########
 @@ -35,5 +35,10 @@
         * The producer first produces its entire result and finishes.
         * After that, the consumer is started and may consume the data.
         */
-       BATCH
+       BATCH,
+
+       /**
+        * The shuffle mode is undefined.
 
 Review comment:
   This could be something like `This {@link ShuffleMode} leaves it up to the 
framework to decide the shuffle mode. The framework will pick one of {@link 
BATCH} or {@link PIPELINED} in the end.`.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to