[
https://issues.redhat.com/browse/DROOLS-5705?page=com.atlassian.jira.plug...
]
Mario Fusco commented on DROOLS-5705:
-------------------------------------
[~lpetrovicky] just for your info, the problem happens exactly in the same way also with
out-of-the-box acc functions. Specifically with count you don't see it only because
its accumulate method is implemented as
{code:java}
public void accumulate(CountData data,
Object value) {
data.count++;
} {code}
and the value (which is a SubnetworkTuple) is simply ignored.
GroupBy: custom accumulate function receives SubNetworkTuple
------------------------------------------------------------
Key: DROOLS-5705
URL:
https://issues.redhat.com/browse/DROOLS-5705
Project: Drools
Issue Type: Bug
Components: core engine, executable model
Affects Versions: 7.44.0.Final
Reporter: Lukáš Petrovický
Assignee: Mario Fusco
Priority: Major
See
[
https://github.com/triceo/drools/blob/0dc31d698de4a43b0e29f307d42f25a1bd0...]
Also see the comment here, which may be hiding another issue:
https://github.com/triceo/drools/blob/0dc31d698de4a43b0e29f307d42f25a1bd0...
--
This message was sent by Atlassian Jira
(v7.13.8#713008)