[GitHub] incubator-beam pull request #513: Fix BEAM-359

2016-06-21 Thread bjchambers
GitHub user bjchambers opened a pull request: https://github.com/apache/incubator-beam/pull/513 Fix BEAM-359 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] incubator-beam pull request #521: [BEAM-37] DoFnReflector: Add inoker interf...

2016-06-22 Thread bjchambers
GitHub user bjchambers opened a pull request: https://github.com/apache/incubator-beam/pull/521 [BEAM-37] DoFnReflector: Add inoker interface and generate code Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [*] Make

[GitHub] incubator-beam pull request #529: [BEAM-390] Remove many additional definiti...

2016-06-24 Thread bjchambers
GitHub user bjchambers opened a pull request: https://github.com/apache/incubator-beam/pull/529 [BEAM-390] Remove many additional definitions/uses of .named methods Be sure to do all of the following to help us incorporate your contribution quickly and easily

[GitHub] incubator-beam pull request #535: [BEAM-377] Validate BigQueryIO.Read is pro...

2016-06-25 Thread bjchambers
GitHub user bjchambers opened a pull request: https://github.com/apache/incubator-beam/pull/535 [BEAM-377] Validate BigQueryIO.Read is properly configured Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [*] Make sure

[GitHub] incubator-beam pull request: Register debuggee prior to job submis...

2016-03-03 Thread bjchambers
GitHub user bjchambers opened a pull request: https://github.com/apache/incubator-beam/pull/15 Register debuggee prior to job submission @davorbonaci You can merge this pull request into a Git repository by running: $ git pull https://github.com/bjchambers/incubator-beam cdbg

[GitHub] incubator-beam pull request: Minor tweaks to PULL_REQUEST_TEMPLATE...

2016-03-31 Thread bjchambers
GitHub user bjchambers opened a pull request: https://github.com/apache/incubator-beam/pull/111 Minor tweaks to PULL_REQUEST_TEMPLATE.md Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [ ] Make sure tests pass via `mvn

[GitHub] incubator-beam pull request: DebuggingWordCount now takes filter a...

2016-03-31 Thread bjchambers
GitHub user bjchambers opened a pull request: https://github.com/apache/incubator-beam/pull/108 DebuggingWordCount now takes filter as an option Allow DebuggingWordCount to take the filter to be matched as an option. Be sure to do all of the following to help us incorporate

[GitHub] incubator-beam pull request: Add a compatibility stub of GABWViaWi...

2016-05-18 Thread bjchambers
GitHub user bjchambers opened a pull request: https://github.com/apache/incubator-beam/pull/351 Add a compatibility stub of GABWViaWindowSetDoFn Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [*] Make sure the PR title

[GitHub] incubator-beam pull request: Write to TextIO in DebuggingWordCount

2016-04-15 Thread bjchambers
Github user bjchambers closed the pull request at: https://github.com/apache/incubator-beam/pull/157 --- 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

[GitHub] incubator-beam pull request: [BEAM-210] Test that empty final pane...

2016-04-19 Thread bjchambers
GitHub user bjchambers opened a pull request: https://github.com/apache/incubator-beam/pull/211 [BEAM-210] Test that empty final panes are not produced. Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [x] Make sure

[GitHub] incubator-beam pull request: Rename packages

2016-04-13 Thread bjchambers
GitHub user bjchambers opened a pull request: https://github.com/apache/incubator-beam/pull/176 Rename packages 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] incubator-beam pull request #735: Implement Aggregators directly in the Dire...

2016-07-26 Thread bjchambers
GitHub user bjchambers opened a pull request: https://github.com/apache/incubator-beam/pull/735 Implement Aggregators directly in the DirectRunner Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [*] Make sure the PR

[GitHub] incubator-beam pull request #553: Add initial microbenchmark for DoFnReflect...

2016-06-28 Thread bjchambers
GitHub user bjchambers opened a pull request: https://github.com/apache/incubator-beam/pull/553 Add initial microbenchmark for DoFnReflector Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [*] Make sure the PR title

[GitHub] incubator-beam pull request #764: Add ElementByteSizeObserver default constr...

2016-08-01 Thread bjchambers
GitHub user bjchambers opened a pull request: https://github.com/apache/incubator-beam/pull/764 Add ElementByteSizeObserver default constructor Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [*] Make sure the PR title

[GitHub] incubator-beam pull request #778: Correct some accidental renames

2016-08-03 Thread bjchambers
GitHub user bjchambers opened a pull request: https://github.com/apache/incubator-beam/pull/778 Correct some accidental renames 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] incubator-beam pull request #869: Remove legacy import order

2016-08-23 Thread bjchambers
GitHub user bjchambers opened a pull request: https://github.com/apache/incubator-beam/pull/869 Remove legacy import order 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] incubator-beam pull request #1024: [BEAM-147] Prototype of Metrics API for J...

2016-09-28 Thread bjchambers
GitHub user bjchambers opened a pull request: https://github.com/apache/incubator-beam/pull/1024 [BEAM-147] Prototype of Metrics API for Java DirectRunner Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [*] Make sure

[GitHub] incubator-beam pull request #1121: Remove unnecessary rawtype cast

2016-10-17 Thread bjchambers
GitHub user bjchambers opened a pull request: https://github.com/apache/incubator-beam/pull/1121 Remove unnecessary rawtype cast 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] incubator-beam pull request #1417: Simplify the API for managing MetricsEnvi...

2016-11-22 Thread bjchambers
GitHub user bjchambers opened a pull request: https://github.com/apache/incubator-beam/pull/1417 Simplify the API for managing MetricsEnvironment Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [*] Make sure the PR

[GitHub] incubator-beam pull request #1121: Remove unnecessary rawtype cast

2016-11-21 Thread bjchambers
Github user bjchambers closed the pull request at: https://github.com/apache/incubator-beam/pull/1121 --- 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

[GitHub] incubator-beam pull request #1403: Remove microbenchmarks from pom.xml aggre...

2016-11-21 Thread bjchambers
GitHub user bjchambers opened a pull request: https://github.com/apache/incubator-beam/pull/1403 Remove microbenchmarks from pom.xml aggregation Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [*] Make sure the PR title

[GitHub] incubator-beam pull request #1381: Remove dead code from MetricsContainer

2016-11-17 Thread bjchambers
GitHub user bjchambers opened a pull request: https://github.com/apache/incubator-beam/pull/1381 Remove dead code from MetricsContainer Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [*] Make sure the PR title

[GitHub] incubator-beam pull request #1117: Fix SplittableParDoTest

2016-10-17 Thread bjchambers
GitHub user bjchambers opened a pull request: https://github.com/apache/incubator-beam/pull/1117 Fix SplittableParDoTest 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] incubator-beam pull request #1554: Change Dataflow profiling option to saveP...

2016-12-08 Thread bjchambers
GitHub user bjchambers opened a pull request: https://github.com/apache/incubator-beam/pull/1554 Change Dataflow profiling option to saveProfilesToGcs Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [*] Make sure the PR

[GitHub] incubator-beam pull request #1566: Add missing @Test annotation to DirectRun...

2016-12-09 Thread bjchambers
GitHub user bjchambers opened a pull request: https://github.com/apache/incubator-beam/pull/1566 Add missing @Test annotation to DirectRunnerTest Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [*] Make sure the PR

[GitHub] incubator-beam pull request #1625: Don't incorrectly log error in MetricsEnv...

2016-12-15 Thread bjchambers
GitHub user bjchambers opened a pull request: https://github.com/apache/incubator-beam/pull/1625 Don't incorrectly log error in MetricsEnvironment Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [*] Make sure the PR

[GitHub] incubator-beam pull request #1638: Make a RunnableOnService test for Metrics

2016-12-15 Thread bjchambers
GitHub user bjchambers opened a pull request: https://github.com/apache/incubator-beam/pull/1638 Make a RunnableOnService test for Metrics Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [*] Make sure the PR title

[GitHub] incubator-beam pull request #1615: [BEAM-1104] Don't incorrectly log error i...

2016-12-15 Thread bjchambers
Github user bjchambers closed the pull request at: https://github.com/apache/incubator-beam/pull/1615 --- 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

[GitHub] incubator-beam pull request #1615: [BEAM-1104] Don't incorrectly log error i...

2016-12-14 Thread bjchambers
GitHub user bjchambers opened a pull request: https://github.com/apache/incubator-beam/pull/1615 [BEAM-1104] Don't incorrectly log error in MetricsEnvironment Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [*] Make

[GitHub] incubator-beam pull request #1622: Make {Metric,Counter,Distribution}Cell pu...

2016-12-14 Thread bjchambers
GitHub user bjchambers opened a pull request: https://github.com/apache/incubator-beam/pull/1622 Make {Metric,Counter,Distribution}Cell public Be sure to do all of the following to help us incorporate your contribution quickly and easily: - [*] Make sure the PR title