Github user wmarshall484 commented on a diff in the pull request:
https://github.com/apache/incubator-quarks/pull/146#discussion_r67977253
--- Diff: api/window/src/main/java/quarks/window/Policies.java ---
@@ -69,11 +71,11 @@ Licensed to the Apache Software Foundation (ASF) under
one
// Can't use lambda since state is required
return new BiConsumer<Partition<T,K,L>, T>() {
- private boolean first = true;
+ private Set<Partition<T,K,L>> initialized_partitions = new
HashSet<>();
--- End diff --
Fixed in latest commit.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---