AHeise commented on a change in pull request #12457:
URL: https://github.com/apache/flink/pull/12457#discussion_r434806438



##########
File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/channel/ChannelStateCheckpointWriter.java
##########
@@ -108,32 +108,30 @@
                runWithChecks(() -> serializer.writeHeader(dataStream));
        }
 
-       void writeInput(InputChannelInfo info, Buffer... flinkBuffers) throws 
Exception {
+       void writeInput(InputChannelInfo info, Buffer flinkBuffers) throws 
Exception {

Review comment:
       Should be `flinkBuffer` (or simply `buffer`).




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to