[GitHub] flink pull request #6164: [FLINK-9584][connector] Properly close the output ...

2018-07-11 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/flink/pull/6164


---


[GitHub] flink pull request #6164: [FLINK-9584][connector] Properly close the output ...

2018-06-14 Thread sihuazhou
GitHub user sihuazhou opened a pull request:

https://github.com/apache/flink/pull/6164

[FLINK-9584][connector] Properly close the output stream in BucketingSink & 
RollingSink.

## What is the purpose of the change

This PR fixes the unclosed streams in Bucketing-/RollingSink.

## Brief change log

  - *Properly close the output stream in BucketingSink & RollingSink.*

## Verifying this change

This change is a trivial rework / code cleanup without any test coverage.

## Does this pull request potentially affect one of the following parts:

No

## Documentation

No

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/sihuazhou/flink FLINK-9584

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/flink/pull/6164.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #6164


commit 5954d442c56bbf889a3cd80d893e7ee0fe83e60f
Author: sihuazhou 
Date:   2018-06-14T10:12:20Z

Properly close the output stream in BucketingSink & RollingSink.




---