[ 
https://issues.apache.org/jira/browse/BEAM-5817?focusedWorklogId=164835&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-164835
 ]

ASF GitHub Bot logged work on BEAM-5817:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 12/Nov/18 08:39
            Start Date: 12/Nov/18 08:39
    Worklog Time Spent: 10m 
      Work Description: echauchot closed pull request #6955: [BEAM-5817] Fix 
javadoc for BoundedSideInputJoinModel.Simulator and NexmarkUtilsTest
URL: https://github.com/apache/beam/pull/6955
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git 
a/sdks/java/testing/nexmark/src/main/java/org/apache/beam/sdk/nexmark/queries/BoundedSideInputJoinModel.java
 
b/sdks/java/testing/nexmark/src/main/java/org/apache/beam/sdk/nexmark/queries/BoundedSideInputJoinModel.java
index 822f343244b..613517efc2b 100644
--- 
a/sdks/java/testing/nexmark/src/main/java/org/apache/beam/sdk/nexmark/queries/BoundedSideInputJoinModel.java
+++ 
b/sdks/java/testing/nexmark/src/main/java/org/apache/beam/sdk/nexmark/queries/BoundedSideInputJoinModel.java
@@ -28,7 +28,7 @@
 /** A direct implementation of {@link BoundedSideInputJoin}. */
 public class BoundedSideInputJoinModel extends NexmarkQueryModel {
 
-  /** Simulator for query 0. */
+  /** Simulator for BOUNDED_SIDE_INPUT_JOIN query. */
   private static class Simulator extends AbstractSimulator<Event, Bid> {
     private final NexmarkConfiguration configuration;
 
diff --git 
a/sdks/java/testing/nexmark/src/test/java/org/apache/beam/sdk/nexmark/NexmarkUtilsTest.java
 
b/sdks/java/testing/nexmark/src/test/java/org/apache/beam/sdk/nexmark/NexmarkUtilsTest.java
index 975a595d33c..9a255895726 100644
--- 
a/sdks/java/testing/nexmark/src/test/java/org/apache/beam/sdk/nexmark/NexmarkUtilsTest.java
+++ 
b/sdks/java/testing/nexmark/src/test/java/org/apache/beam/sdk/nexmark/NexmarkUtilsTest.java
@@ -31,7 +31,7 @@
 import org.junit.runner.RunWith;
 import org.junit.runners.JUnit4;
 
-/** Test the various NEXMark queries yield results coherent with their models. 
*/
+/** Test the Nexmark utils. */
 @RunWith(JUnit4.class)
 public class NexmarkUtilsTest {
 


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 164835)
    Time Spent: 6.5h  (was: 6h 20m)

> Nexmark test of joining stream to files
> ---------------------------------------
>
>                 Key: BEAM-5817
>                 URL: https://issues.apache.org/jira/browse/BEAM-5817
>             Project: Beam
>          Issue Type: New Feature
>          Components: examples-nexmark
>            Reporter: Kenneth Knowles
>            Assignee: Kenneth Knowles
>            Priority: Major
>          Time Spent: 6.5h
>  Remaining Estimate: 0h
>
> Nexmark is a convenient framework for testing the use case of large scale 
> stream enrichment. One way is joining a stream to files, and it can be tested 
> via any source that Nexmark supports.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to