TanYuxin-tyx commented on code in PR #22501: URL: https://github.com/apache/flink/pull/22501#discussion_r1209964167
########## flink-runtime/src/main/java/org/apache/flink/runtime/io/network/partition/hybrid/tiered/storage/HashSubpartitionBufferAccumulatorContext.java: ########## @@ -22,10 +22,10 @@ import org.apache.flink.runtime.io.network.buffer.BufferPool; /** - * This interface is used by {@link SubpartitionHashBufferAccumulator} to operate {@link + * This interface is used by {@link HashSubpartitionBufferAccumulator} to operate {@link * HashBufferAccumulator}. */ -public interface HashBufferAccumulatorOperation { +public interface HashSubpartitionBufferAccumulatorContext { Review Comment: There are no following PRs to extend other methods to this interface. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org