You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ie...@apache.org on 2018/07/25 14:51:12 UTC

[beam] branch master updated (4740c6b -> f2a1fd4)

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

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


    from 4740c6b  Merge pull request #6017: [BEAM-4842] Update Flink Runner to Flink 1.5.1
     add 3c8c2e1  Converts BoundedReadFromUnboundedSource to a DoFn
     add ea759c2  Converts SolrIO away from BoundedSource
     new f2a1fd4  Merge pull request #5960: Converts a couple of BoundedSource's to DoFn

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/beam/runners/spark/TestSparkRunner.java |  69 -----
 .../beam/runners/spark/ForceStreamingTest.java     |  85 -------
 .../sdk/io/BoundedReadFromUnboundedSource.java     | 246 +++++++-----------
 .../sdk/io/BoundedReadFromUnboundedSourceTest.java |   8 +-
 .../test/java/org/apache/beam/sdk/io/ReadTest.java |  53 ----
 .../beam/sdk/util/SerializableUtilsTest.java       |  27 +-
 .../java/org/apache/beam/sdk/io/solr/SolrIO.java   | 277 ++++-----------------
 .../org/apache/beam/sdk/io/solr/SolrIOTest.java    |  56 -----
 8 files changed, 146 insertions(+), 675 deletions(-)
 delete mode 100644 runners/spark/src/test/java/org/apache/beam/runners/spark/ForceStreamingTest.java


[beam] 01/01: Merge pull request #5960: Converts a couple of BoundedSource's to DoFn

Posted by ie...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit f2a1fd4307929aa938067058205a5ff79dc0207f
Merge: 4740c6b ea759c2
Author: Ismaël Mejía <ie...@gmail.com>
AuthorDate: Wed Jul 25 16:51:08 2018 +0200

    Merge pull request #5960: Converts a couple of BoundedSource's to DoFn

 .../apache/beam/runners/spark/TestSparkRunner.java |  69 -----
 .../beam/runners/spark/ForceStreamingTest.java     |  85 -------
 .../sdk/io/BoundedReadFromUnboundedSource.java     | 246 +++++++-----------
 .../sdk/io/BoundedReadFromUnboundedSourceTest.java |   8 +-
 .../test/java/org/apache/beam/sdk/io/ReadTest.java |  53 ----
 .../beam/sdk/util/SerializableUtilsTest.java       |  27 +-
 .../java/org/apache/beam/sdk/io/solr/SolrIO.java   | 277 ++++-----------------
 .../org/apache/beam/sdk/io/solr/SolrIOTest.java    |  56 -----
 8 files changed, 146 insertions(+), 675 deletions(-)