You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by pa...@apache.org on 2018/10/01 17:39:45 UTC

[beam] branch master updated (4943306 -> 2ba9e5d)

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

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


    from 4943306  Merge pull request #6525: [BEAM-3651] Port BigQueryTornadoesTest off DoFnTester
     add 4da9d2b  Adding Autocomplete IT for Java once more.
     new 2ba9e5d  Merge pull request #6479 from pabloem/ac-retry

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:
 .../beam/examples/complete/AutoComplete.java       | 41 ++++++++++++++-
 .../beam/examples/complete/AutoCompleteIT.java     | 59 ++++++++++++++++++++++
 2 files changed, 98 insertions(+), 2 deletions(-)
 create mode 100644 examples/java/src/test/java/org/apache/beam/examples/complete/AutoCompleteIT.java


[beam] 01/01: Merge pull request #6479 from pabloem/ac-retry

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

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

commit 2ba9e5dc8210f711cd030cda0fbe3ba6f1008eb8
Merge: 4943306 4da9d2b
Author: Pablo <pa...@users.noreply.github.com>
AuthorDate: Mon Oct 1 10:39:31 2018 -0700

    Merge pull request #6479 from pabloem/ac-retry
    
    [BEAM-5534] Adding Autocomplete IT for Java once more

 .../beam/examples/complete/AutoComplete.java       | 41 ++++++++++++++-
 .../beam/examples/complete/AutoCompleteIT.java     | 59 ++++++++++++++++++++++
 2 files changed, 98 insertions(+), 2 deletions(-)