You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by jk...@apache.org on 2017/08/29 23:03:00 UTC

[2/2] beam git commit: This closes #3732: Removes unnecessary calls to ValueProvider.isAccessible

This closes #3732: Removes unnecessary calls to ValueProvider.isAccessible


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

Branch: refs/heads/master
Commit: c1a75747664a8f70886dfede109413fc247e9b24
Parents: 6280d49 97810b4
Author: Eugene Kirpichov <ki...@google.com>
Authored: Tue Aug 29 15:42:31 2017 -0700
Committer: Eugene Kirpichov <ki...@google.com>
Committed: Tue Aug 29 15:42:31 2017 -0700

----------------------------------------------------------------------
 .../java/org/apache/beam/sdk/io/AvroIO.java     | 10 +----
 .../beam/sdk/io/DefaultFilenamePolicy.java      | 25 +++++------
 .../org/apache/beam/sdk/io/FileBasedSink.java   |  4 +-
 .../org/apache/beam/sdk/io/FileBasedSource.java | 25 +++--------
 .../java/org/apache/beam/sdk/io/TFRecordIO.java | 15 +------
 .../java/org/apache/beam/sdk/io/TextIO.java     | 14 +-----
 .../java/org/apache/beam/sdk/io/WriteFiles.java |  6 +--
 .../apache/beam/sdk/options/ValueProvider.java  | 18 +++++---
 .../sdk/transforms/display/DisplayData.java     |  8 ++--
 .../org/apache/beam/sdk/io/WriteFilesTest.java  |  2 +-
 .../beam/sdk/options/ValueProviderTest.java     | 15 +++----
 .../beam/sdk/io/gcp/bigquery/BigQueryIO.java    | 47 +++++++++++---------
 .../io/gcp/bigquery/BigQueryTableSource.java    |  2 -
 .../apache/beam/sdk/io/gcp/pubsub/PubsubIO.java | 35 +++++++--------
 .../sdk/io/gcp/pubsub/PubsubUnboundedSink.java  |  6 +--
 .../io/gcp/pubsub/PubsubUnboundedSource.java    | 23 +++-------
 16 files changed, 95 insertions(+), 160 deletions(-)
----------------------------------------------------------------------