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 2019/11/11 22:18:52 UTC

[beam] branch master updated (b951993 -> f95de04)

This is an automated email from the ASF dual-hosted git repository.

lcwik pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from b951993  [BEAM-8587] TestStream for Dataflow runner
     add 42da6ae  BEAM-8579: Strip UTF-8 BOM from TextSource output.
     add f95de04  [BEAM-8579] Strip UTF-8 BOM from TextSource output.

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/beam/sdk/io/TextSource.java    |   6 +
 .../org/apache/beam/sdk/io/TextSourceTest.java     | 158 +++++++++++++++++++++
 2 files changed, 164 insertions(+)
 create mode 100644 sdks/java/core/src/test/java/org/apache/beam/sdk/io/TextSourceTest.java