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/04/26 16:20:45 UTC

[2/2] beam git commit: [BEAM-1871] Move functionality from AvroUtils to AvroSource hiding visibility of internal method, also remove deprecated method.

[BEAM-1871] Move functionality from AvroUtils to AvroSource hiding visibility of internal method, also remove deprecated method.

This closes #2706


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

Branch: refs/heads/master
Commit: e6dfd035f8684f26308a159061ae2cf5eafaf95f
Parents: c7eccbb 5029f1e
Author: Luke Cwik <lc...@google.com>
Authored: Wed Apr 26 09:20:24 2017 -0700
Committer: Luke Cwik <lc...@google.com>
Committed: Wed Apr 26 09:20:24 2017 -0700

----------------------------------------------------------------------
 .../java/org/apache/beam/sdk/io/AvroSource.java | 108 ++++++++++++-
 .../org/apache/beam/sdk/util/AvroUtils.java     | 147 ------------------
 .../org/apache/beam/sdk/io/AvroSourceTest.java  |  41 ++++-
 .../org/apache/beam/sdk/util/AvroUtilsTest.java | 152 -------------------
 4 files changed, 141 insertions(+), 307 deletions(-)
----------------------------------------------------------------------