[GitHub] beam pull request #1891: Correct Javadoc on accessing windows in DoFn

2017-02-01 Thread bjchambers
GitHub user bjchambers opened a pull request: https://github.com/apache/beam/pull/1891 Correct Javadoc on accessing windows in DoFn Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [*] Make sure the PR title is formatted

[GitHub] beam pull request #1730: [BEAM-370] Remove last mention of PTransform#named

2017-01-03 Thread bjchambers
GitHub user bjchambers opened a pull request: https://github.com/apache/beam/pull/1730 [BEAM-370] Remove last mention of PTransform#named Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [*] Make sure the PR title

[GitHub] beam pull request #2192: DO NOT MERGE: Track the reader in UnboundedReaderEv...

2017-03-27 Thread bjchambers
Github user bjchambers closed the pull request at: https://github.com/apache/beam/pull/2192 --- 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

[GitHub] beam pull request #2599: Add javadoc to the Metric interfaces

2017-04-19 Thread bjchambers
GitHub user bjchambers opened a pull request: https://github.com/apache/beam/pull/2599 Add javadoc to the Metric interfaces Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [*] Make sure the PR title is formatted like

[GitHub] beam pull request #2192: Track the reader in UnboundedReaderEvaluator

2017-03-07 Thread bjchambers
GitHub user bjchambers opened a pull request: https://github.com/apache/beam/pull/2192 Track the reader in UnboundedReaderEvaluator Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure the PR title is formatted

[GitHub] beam pull request #3669: [BEAM-2708] Configure BZIP2 to read all "streams"

2017-08-01 Thread bjchambers
GitHub user bjchambers opened a pull request: https://github.com/apache/beam/pull/3669 [BEAM-2708] Configure BZIP2 to read all "streams" Without this, CompressionMode.BZIP2 only supports "standard" bz2 files containing a single stream. With this change, BZI

[GitHub] beam pull request #3670: [BEAM-2708] Configure BZIP2 to read all "streams"

2017-08-01 Thread bjchambers
GitHub user bjchambers opened a pull request: https://github.com/apache/beam/pull/3670 [BEAM-2708] Configure BZIP2 to read all "streams" Without this, CompressionMode.BZIP2 only supports "standard" bz2 files containing a single stream. With this change, BZI

[GitHub] beam pull request #3538: Add a test for Avro write with RVP; fix code

2017-07-10 Thread bjchambers
GitHub user bjchambers opened a pull request: https://github.com/apache/beam/pull/3538 Add a test for Avro write with RVP; fix code Add a test for AvroIO using RuntimeValueProvider Make AvroIO actually work with RuntimeValueProvider. Previously it caused the code

[GitHub] beam pull request #3537: TestPipeline should support errors in expand

2017-07-10 Thread bjchambers
GitHub user bjchambers opened a pull request: https://github.com/apache/beam/pull/3537 TestPipeline should support errors in expand Writing a test that expects an exception during transform application is currently not possible with TestPipeline in a NeedsRunner

[GitHub] beam pull request #2882: [BEAM-2162] Add logging to long BigQuery jobs

2017-05-03 Thread bjchambers
GitHub user bjchambers opened a pull request: https://github.com/apache/beam/pull/2882 [BEAM-2162] Add logging to long BigQuery jobs Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [*] Make sure the PR title

[GitHub] beam pull request #3053: Metrics to runners core

2017-05-10 Thread bjchambers
GitHub user bjchambers opened a pull request: https://github.com/apache/beam/pull/3053 Metrics to runners core Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [*] Make sure the PR title is formatted like: `[BEAM

[GitHub] beam pull request #3307: Increase visibility of some Metrics methods

2017-06-06 Thread bjchambers
GitHub user bjchambers opened a pull request: https://github.com/apache/beam/pull/3307 Increase visibility of some Metrics methods Also revise the Javadoc on MetricsContainers. Be sure to do all of the following to help us incorporate your contribution quickly

[GitHub] beam pull request #3914: [BEAM-2996] Ensure metric names are not null or emp...

2017-09-27 Thread bjchambers
GitHub user bjchambers opened a pull request: https://github.com/apache/beam/pull/3914 [BEAM-2996] Ensure metric names are not null or empty Follow this checklist to help us incorporate your contribution quickly and easily: - [*] Make sure there is a [JIRA issue](https

[GitHub] beam pull request #4100: Dataflow: Add option to upload heap dumps to GCS

2017-11-08 Thread bjchambers
GitHub user bjchambers opened a pull request: https://github.com/apache/beam/pull/4100 Dataflow: Add option to upload heap dumps to GCS This flag needs to go in before backend runner code that reads it. It will have no effect until that code is deployed. Follow