WencongLiu commented on code in PR #24398:
URL: https://github.com/apache/flink/pull/24398#discussion_r1507354390
##########
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/datastream/KeyedStream.java:
##########
@@ -1071,6 +1077,110 @@ protected SingleOutputStreamOperator<T>
aggregate(AggregationFunction<T> aggrega
return reduce(aggregate).name("Keyed Aggregation");
}
+ @Override
+ public PartitionWindowedStream<T> fullWindowPartition() {
+ throw new UnsupportedOperationException(
+ "KeyedStream doesn't support processing non-keyed
partitions.");
Review Comment:
The note has been fixed.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]