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

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

                Author: ASF GitHub Bot
            Created on: 21/Nov/18 22:48
            Start Date: 21/Nov/18 22:48
    Worklog Time Spent: 10m 
      Work Description: kennknowles commented on a change in pull request 
#7114: [BEAM-5817] Add Nexmark SqlBoundedSideInputJoin
URL: https://github.com/apache/beam/pull/7114#discussion_r235559597
 
 

 ##########
 File path: 
sdks/java/testing/nexmark/src/main/java/org/apache/beam/sdk/nexmark/queries/BoundedSideInputJoinModel.java
 ##########
 @@ -76,6 +76,6 @@ public BoundedSideInputJoinModel(NexmarkConfiguration 
configuration) {
 
   @Override
   protected Collection<String> toCollection(Iterator<TimestampedValue<Bid>> 
itr) {
-    return toValueTimestamp(itr);
+    return toValue(itr);
 
 Review comment:
   @apilloud I think you did the most on these models. In SQL the timestamp 
itself is not really observable. The next GROUP BY will have some windowing 
expression (or not) and the timestamp is specified according to the arguments 
to the windowing function.

----------------------------------------------------------------
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: 168565)

> 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: 7h 10m
>  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