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/30 19:11:41 UTC

[6/6] beam git commit: This closes #3725: [BEAM-2827] Introduces AvroIO.watchForNewFiles

This closes #3725: [BEAM-2827] Introduces AvroIO.watchForNewFiles


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

Branch: refs/heads/master
Commit: 5c2cab0179725ec433392b30efcfa2833b825a18
Parents: d64f2cc 6590aed
Author: Eugene Kirpichov <ek...@gmail.com>
Authored: Wed Aug 30 11:55:45 2017 -0700
Committer: Eugene Kirpichov <ek...@gmail.com>
Committed: Wed Aug 30 11:55:45 2017 -0700

----------------------------------------------------------------------
 .../translation/utils/ApexStateInternals.java   |   4 +-
 .../java/org/apache/beam/sdk/io/AvroIO.java     | 364 +++++++++++++++----
 .../java/org/apache/beam/sdk/io/AvroSource.java |  22 +-
 .../apache/beam/sdk/io/BlockBasedSource.java    |  27 +-
 .../org/apache/beam/sdk/io/FileBasedSource.java |   4 +
 .../java/org/apache/beam/sdk/io/TextIO.java     |  45 ++-
 .../org/apache/beam/sdk/transforms/Watch.java   |  42 +++
 .../java/org/apache/beam/sdk/io/AvroIOTest.java |  94 ++++-
 8 files changed, 505 insertions(+), 97 deletions(-)
----------------------------------------------------------------------