You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lc...@apache.org on 2017/01/12 19:38:02 UTC

[2/2] beam git commit: Use varargs for PipelineOptionsFactory.fromArgs

Use varargs for PipelineOptionsFactory.fromArgs

This closes #1772


Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/f1ea8f95
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/f1ea8f95
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/f1ea8f95

Branch: refs/heads/master
Commit: f1ea8f9514e30ec93dd867cd4844e9e735cd60a8
Parents: a93e218 079657c
Author: Luke Cwik <lc...@google.com>
Authored: Thu Jan 12 11:37:28 2017 -0800
Committer: Luke Cwik <lc...@google.com>
Committed: Thu Jan 12 11:37:28 2017 -0800

----------------------------------------------------------------------
 .../options/DataflowPipelineDebugOptionsTest.java       |  2 +-
 .../dataflow/options/DataflowProfilingOptionsTest.java  |  4 ++--
 .../apache/beam/sdk/options/PipelineOptionsFactory.java | 10 +++++-----
 .../beam/sdk/options/PipelineOptionsFactoryTest.java    |  6 +++---
 .../apache/beam/sdk/options/PipelineOptionsTest.java    |  3 +--
 .../org/apache/beam/sdk/options/ValueProviderTest.java  | 12 ++++--------
 .../apache/beam/sdk/options/ValueProviderUtilsTest.java |  2 +-
 .../java/org/apache/beam/sdk/io/kafka/KafkaIOTest.java  |  9 +++++----
 8 files changed, 22 insertions(+), 26 deletions(-)
----------------------------------------------------------------------