[GitHub] beam pull request #2121: BEAM-1567 hashStream should be closed in PackageUti...

2017-03-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/beam/pull/2121 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] beam pull request #2121: BEAM-1567 hashStream should be closed in PackageUti...

2017-02-27 Thread tedyu
GitHub user tedyu opened a pull request: https://github.com/apache/beam/pull/2121 BEAM-1567 hashStream should be closed in PackageUtil#createPackageAttributes() Here is related code: ``` OutputStream hashStream = Funnels.asOutputStream(hasher); ``` hashStream