You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Align #create_aggregate with #create_aggregate_handler
Two issues are covered by this commit:
* We make use of the value of `result` to define the value of the
aggreator. Before that, `finalize` was used and this was not
respecting the documentation;
* Each call to `finalize` now resets the aggregator. In the future,
there could be some kind of callback/DSL to make it configurable.
Commit by:
* Richard K. Michael <rmichael@edgeofthenet.org>
* Franck Verrot <franck@verrot.fr>
0 commit comments