[GitHub] beam pull request #4095: [BEAM-3156] Fix BigTableIO to use non-deprecated Fu...

2017-11-07 Thread rniemo-g
GitHub user rniemo-g opened a pull request: https://github.com/apache/beam/pull/4095 [BEAM-3156] Fix BigTableIO to use non-deprecated Futures.addCallback function Follow this checklist to help us incorporate your contribution quickly and easily: - [ x] Make sure

[GitHub] beam pull request #3933: [BEAM-1936] Add ability to provide function to extr...

2017-10-20 Thread rniemo-g
Github user rniemo-g closed the pull request at: https://github.com/apache/beam/pull/3933 ---

[GitHub] beam pull request #3933: [BEAM-1936] Add ability to provide function to extr...

2017-10-02 Thread rniemo-g
GitHub user rniemo-g opened a pull request: https://github.com/apache/beam/pull/3933 [BEAM-1936] Add ability to provide function to extract timestamp from payload in … What: This pull request adds the ability to extract timestamps from Pubsub message bodies. Why