Etienne Chauchot created BEAM-2945: -------------------------------------- Summary: Nexmark: Fix query9 window merging Key: BEAM-2945 URL: https://issues.apache.org/jira/browse/BEAM-2945 Project: Beam Issue Type: Bug Components: sdk-java-extensions Reporter: Etienne Chauchot Assignee: Reuven Lax
Nexmark Query9 uses custom windows and merges them. It runs fine in spark runner even if spark runner does not support custom window merging yet (https://issues.apache.org/jira/browse/BEAM-2499). So fix the merge process in Query9 to be closer to https://github.com/apache/beam/blob/001285a88c9e12473ea31241146208a4b61fb0ef/sdks/java/core/src/test/java/org/apache/beam/sdk/transforms/windowing/WindowTest.java#L591 -- This message was sent by Atlassian JIRA (v6.4.14#64029)