Rikkola opened a new pull request, #6481:
URL: https://github.com/apache/incubator-kie-drools/pull/6481

   https://github.com/apache/incubator-kie-issues/issues/2140
   
   Fixes ClassCastException: AccumulateRight cannot be cast to BetaNode in 
TupleToObjectNode.SubnetworkPathMemory.updateRuleTerminalNodes().
   
   After the beta node split (#6466), AccumulateRight extends 
RightInputAdapterNode instead of BetaNode. The updateRuleTerminalNodes method 
was still casting all object sinks to BetaNode, causing failures when 
accumulate operations invoke queries.
   
   Changes:
   - Update TupleToObjectNode.updateRuleTerminalNodes() to handle both BetaNode 
and RightInputAdapterNode types
   - Add comprehensive unit tests for the fix
   
   
   


-- 
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]

Reply via email to