mdproctor commented on code in PR #5630:
URL:
https://github.com/apache/incubator-kie-drools/pull/5630#discussion_r1432630317
##########
drools-core/src/main/java/org/drools/core/phreak/PhreakAccumulateNode.java:
##########
@@ -141,7 +141,7 @@ private void doLeftInserts(AccumulateNode accNode,
BetaMemory bm = am.getBetaMemory();
TupleMemory ltm = bm.getLeftTupleMemory();
TupleMemory rtm = bm.getRightTupleMemory();
- ContextEntry[] contextEntry = bm.getContext();
+ Object contextEntry = bm.getContext();
Review Comment:
Constraints no longer return an array, so it has to be an Object. It cannot
just return a market interface, as its sometimes an array and sometimes it is
not.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]