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

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

                Author: ASF GitHub Bot
            Created on: 27/Nov/18 19:00
            Start Date: 27/Nov/18 19:00
    Worklog Time Spent: 10m 
      Work Description: kennknowles closed pull request #7133: [BEAM-6082] Fix 
enum for SQL query 5 and 7
URL: https://github.com/apache/beam/pull/7133
 
 
   

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/NexmarkLauncher.java
 
b/sdks/java/testing/nexmark/src/main/java/org/apache/beam/sdk/nexmark/NexmarkLauncher.java
index 73b8344e21c3..cab4b8325d58 100644
--- 
a/sdks/java/testing/nexmark/src/main/java/org/apache/beam/sdk/nexmark/NexmarkLauncher.java
+++ 
b/sdks/java/testing/nexmark/src/main/java/org/apache/beam/sdk/nexmark/NexmarkLauncher.java
@@ -1230,10 +1230,10 @@ private NexmarkQueryModel getNexmarkQueryModel() {
             NexmarkQueryName.LOCAL_ITEM_SUGGESTION,
             new NexmarkQuery(configuration, new SqlQuery3(configuration)))
         .put(
-            NexmarkQueryName.AVERAGE_PRICE_FOR_CATEGORY,
+            NexmarkQueryName.HOT_ITEMS,
             new NexmarkQuery(configuration, new SqlQuery5(configuration)))
         .put(
-            NexmarkQueryName.HOT_ITEMS,
+            NexmarkQueryName.HIGHEST_BID,
             new NexmarkQuery(configuration, new SqlQuery7(configuration)))
         .build();
   }


 

----------------------------------------------------------------
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:
[email protected]


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

    Worklog Id:     (was: 169962)
    Time Spent: 1.5h  (was: 1h 20m)

> [SQL] Nexmark 5, 7 time out
> ---------------------------
>
>                 Key: BEAM-6082
>                 URL: https://issues.apache.org/jira/browse/BEAM-6082
>             Project: Beam
>          Issue Type: Bug
>          Components: dsl-sql
>            Reporter: Anton Kedin
>            Assignee: Kenneth Knowles
>            Priority: Blocker
>             Fix For: 2.9.0
>
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> SQL Nexmark Queries 5 and 7 are timing out since around October 29: 
> [https://apache-beam-testing.appspot.com/explore?dashboard=5084698770407424] 
>  
> Current suspect is https://github.com/apache/beam/pull/6856



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

Reply via email to