You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by cc...@apache.org on 2018/07/06 22:32:34 UTC

[beam] branch master updated (9cf9fec -> 92275d6)

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

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


    from 9cf9fec  Merge pull request #5894: [BEAM-4016] Invoke Setup and TearDown on SplitRestrictionFn and PairWithRestrictionFn
     add db29d7e  Add query 1 & 2
     add fcb5a89  Clean up
     add b845798  Cleaup
     add cd9eb2f  Fix linter errors
     add c667b64  Address review commnets; Reuse topic for queries
     new 92275d6  Merge pull request #5837 from mariapython/query1_2_pr

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:
 .../testing/benchmarks/nexmark/nexmark_launcher.py | 43 ++++++++++++++++------
 .../testing/benchmarks/nexmark/nexmark_util.py     |  6 ++-
 .../testing/benchmarks/nexmark/queries/query0.py   |  6 ++-
 .../nexmark/queries/{query0.py => query1.py}       | 26 +++++++++----
 .../nexmark/queries/{query0.py => query2.py}       | 19 +++++++---
 5 files changed, 73 insertions(+), 27 deletions(-)
 copy sdks/python/apache_beam/testing/benchmarks/nexmark/queries/{query0.py => query1.py} (54%)
 copy sdks/python/apache_beam/testing/benchmarks/nexmark/queries/{query0.py => query2.py} (59%)


[beam] 01/01: Merge pull request #5837 from mariapython/query1_2_pr

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

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

commit 92275d64a29e71bc27e2bf7ca215fc96c1a9e480
Merge: 9cf9fec c667b64
Author: Charles Chen <ch...@users.noreply.github.com>
AuthorDate: Fri Jul 6 15:32:31 2018 -0700

    Merge pull request #5837 from mariapython/query1_2_pr
    
    [BEAM-2855] Add queries 1 and 2 to the Python Nexmark suite

 .../testing/benchmarks/nexmark/nexmark_launcher.py | 43 ++++++++++++++++------
 .../testing/benchmarks/nexmark/nexmark_util.py     |  6 ++-
 .../testing/benchmarks/nexmark/queries/query0.py   |  6 ++-
 .../nexmark/queries/{query0.py => query1.py}       | 26 +++++++++----
 .../nexmark/queries/{query0.py => query2.py}       | 19 +++++++---
 5 files changed, 73 insertions(+), 27 deletions(-)