zentol commented on a change in pull request #9235:
[FLINK-13228][tests][filesystems] Harden HadoopRecoverableWriterTest
URL: https://github.com/apache/flink/pull/9235#discussion_r307701596
##########
File path:
flink-core/src/test/java/org/apache/flink/core/fs/AbstractRecoverableWriterTest.java
##########
@@ -306,13 +330,17 @@ public void testResumeAfterCommit() throws Exception {
final Path path = new Path(testDir, "part-0");
RecoverableWriter.ResumeRecoverable recoverable;
- try (final RecoverableFsDataOutputStream stream =
writer.open(path)) {
+ RecoverableFsDataOutputStream stream = null;
+ try{
Review comment:
```suggestion
try {
```
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services