This is an automated email from the ASF dual-hosted git repository.
kenn pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from 503029d Merge pull request #6900: Remove brackets from lambdas with a
single parameter
add d47cbef Revert "[BEAM-5817] Add Java only BoundedSideInputJoin
benchmark and tests to Nexmark (not wired up fully)"
new 5c6bfb9 Merge pull request #6932: [BEAM-5960] Revert "[BEAM-5817] Add
Java only BoundedSideInputJoin benchmark
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/sdk/nexmark/NexmarkConfiguration.java | 15 --
.../apache/beam/sdk/nexmark/NexmarkLauncher.java | 8 -
.../apache/beam/sdk/nexmark/NexmarkQueryName.java | 5 +-
.../org/apache/beam/sdk/nexmark/NexmarkUtils.java | 121 ------------
.../sdk/nexmark/queries/BoundedSideInputJoin.java | 83 ---------
.../nexmark/queries/BoundedSideInputJoinModel.java | 81 --------
.../beam/sdk/nexmark/queries/NexmarkQuery.java | 22 ---
.../apache/beam/sdk/nexmark/NexmarkUtilsTest.java | 67 -------
.../nexmark/queries/BoundedSideInputJoinTest.java | 206 ---------------------
9 files changed, 1 insertion(+), 607 deletions(-)
delete mode 100644
sdks/java/testing/nexmark/src/main/java/org/apache/beam/sdk/nexmark/queries/BoundedSideInputJoin.java
delete mode 100644
sdks/java/testing/nexmark/src/main/java/org/apache/beam/sdk/nexmark/queries/BoundedSideInputJoinModel.java
delete mode 100644
sdks/java/testing/nexmark/src/test/java/org/apache/beam/sdk/nexmark/NexmarkUtilsTest.java
delete mode 100644
sdks/java/testing/nexmark/src/test/java/org/apache/beam/sdk/nexmark/queries/BoundedSideInputJoinTest.java