zhijiangW commented on a change in pull request #11515: [FLINK-16744][task] implement channel state persistence for unaligned checkpoints URL: https://github.com/apache/flink/pull/11515#discussion_r402430996
########## File path: flink-runtime/src/test/java/org/apache/flink/runtime/operators/testutils/MockEnvironment.java ########## @@ -335,7 +335,7 @@ public void acknowledgeCheckpoint(long checkpointId, CheckpointMetrics checkpoin @Override public void declineCheckpoint(long checkpointId, Throwable cause) { - throw new UnsupportedOperationException(); + throw new UnsupportedOperationException(cause); Review comment: Based on my experience, any unrelated tiny changes should be submitted as `hotfix` commit instead, such as typo, indentation formatting, etc. But I guess there are no explicit guidelines for it, so feel free to do it or not. ---------------------------------------------------------------- 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 With regards, Apache Git Services