tkobayas commented on PR #6362:
URL: 
https://github.com/apache/incubator-kie-drools/pull/6362#issuecomment-2933619400

   I think we expect that such a `RuleTerminalNodeLeftTuple` should be removed 
here (by calling `delete`).
   
   
https://github.com/apache/incubator-kie-drools/blob/10.0.0/drools-core/src/main/java/org/drools/core/phreak/PhreakRuleTerminalNode.java#L272-L274
   
   However, a simple rule like this unit test, `leftTuple.getStagedType()` is 
`Tuple.NONE`, not `Tuple.DELETE`, so it misses the removal.


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