damccorm opened a new issue, #21136: URL: https://github.com/apache/beam/issues/21136
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. Imported from Jira [BEAM-12853](https://issues.apache.org/jira/browse/BEAM-12853). Original Jira may contain additional context. Reported by: apilloud. -- 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]
