zhuzhurk commented on a change in pull request #16314:
URL: https://github.com/apache/flink/pull/16314#discussion_r672928050
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/IntermediateResult.java
##########
@@ -52,6 +56,9 @@
private final ResultPartitionType resultType;
+ private final Map<ConsumedPartitionGroup,
CompressedSerializedValue<ShuffleDescriptor[]>>
Review comment:
I prefer it to be `SerializedValue<ShuffleDescriptor[]>` and hide the
implementation details of compression.
--
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]