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

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

                Author: ASF GitHub Bot
            Created on: 07/Sep/21 16:19
            Start Date: 07/Sep/21 16:19
    Worklog Time Spent: 10m 
      Work Description: apilloud commented on pull request #15469:
URL: https://github.com/apache/beam/pull/15469#issuecomment-914445432


   R: @ibzib


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

    Worklog Id:     (was: 647466)
    Time Spent: 20m  (was: 10m)

> PubSubTableProvider tries to set windows after GroupByKey
> ---------------------------------------------------------
>
>                 Key: BEAM-12853
>                 URL: https://issues.apache.org/jira/browse/BEAM-12853
>             Project: Beam
>          Issue Type: Bug
>          Components: dsl-sql
>            Reporter: Andrew Pilloud
>            Priority: P2
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> A SqlTransform may contain a GroupByKey in the global window, this prevents 
> setting windows afterwards. The PubSubTableProvider tries anyway.
> This was exposed by a INSERT INTO pubsub VALUES (1), (2), which implicitly 
> becomes INSERT INTO pubsub SELECT 1 UNION SELECT 2. This then becomes a 
> GroupByKey union.
> For now I'm going to simplify the test.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to