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